Hi. I'm interested in using percolator as part of my code generation process. I am currently exporting a generated factory which takes interfaces and provides black-box implementation classes; it emits extensions of JavascriptObject for gwt, and pure java for server.
Ideally, I would like to try exporting clojure for the server, and either compile that into gwt-friendly format, or leave it as js. These objects are primarily just pojos with fields, lists and maps. Would you recommend percolator for using clojure datatypes behind the list/map interfaces? On Wednesday, August 22, 2012 2:05:16 PM UTC-6, Blake Miller wrote: > > This is somewhat related, though it's not exactly what the OP asked about. > > This compiles with GWT: > > https://github.com/blak3mill3r/percolator/blob/master/play/src/com/whatsys/test.clj > > > Also I wanted to point out that you could export a public interface > with the GWT compiler and call it with clojurescript. I'm not sure if > I understand your needs exactly ... not sure if that would help. > > I'm picturing writing a bunch of UI components in GWT, describing the > UiBinder xml file as clojure forms, generating the actual xml with > clojure at compile time, and if you wanted to you could also have that > data structure available to your clojurescript client. > > Cheers! > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en