Hello! mainly i'm using JSF and sometimes complex client side logic is required, so i thought...
is there any way to use GWT compiler to compile Java code to JavaScript into separate file. Let's say we have: public class MyJsfClientSideFunctions{ public void javaScriptFIeldValidation(){ } public void clearFIelds(){ } } and GWT compiles it to MyJsfClientSideFunctions.js file. So what's left for me is to include this file in my *.jspx page. Situation now: after MyJsfClientSideFunctions.java compilation i get two identical (name is generated).html files (where my JS functions reside) and no- cache.js file. So i have additional job - to extract all functions by hand. I have only a few days to check this way. I'd be grateful if you could share your thoughts with me. Thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---