Re: ClojureScript with embedded (java applet)

2012-04-23 Thread Paul deGrandis
Ahh I understand the design constraint. About ten years ago I had to write an HTML editor Applet - this is what I remember: I was able to get all the functionality I really wanted in terms of interaction and usability without any struggle. I was even making use of some in-house libraries we wrote

Re: ClojureScript with embedded (java applet)

2012-04-23 Thread Laurent PETIT
2012/4/23 Paul deGrandis > Rather than battle the challenges of Java Applets, > could you possibly expose the functionality via Fetch (RPC over HTTP > from within ClojureScript)? > https://github.com/ibdknox/fetch > Hello Paul, I could, but the whole point of my email is trying to understand th

Re: ClojureScript with embedded (java applet)

2012-04-23 Thread Paul deGrandis
Rather than battle the challenges of Java Applets, could you possibly expose the functionality via Fetch (RPC over HTTP from within ClojureScript)? https://github.com/ibdknox/fetch Regards, Paul (OhPauleez) On Apr 23, 7:23 am, Laurent PETIT wrote: > Hello, > > I've read somewhere (in the list ?