Need help please !. I resolved the problem with compilation.Next a new probelm started and this is when building my project I get java heap out of memory error. I resolved that using extraJvmArgs vm argument , so then the build works. Now I get out of memory when I run my app using embedded tomat, using tomcat maven plugin. Please help me
On Oct 4, 4:43 pm, Georg Sendt <[email protected]> wrote: > Yes this is no problem. You can use GWT as normal as JavaScript in > your Wicket application. > > Create a GWT-Project and include the YourApplication.nocache.js in > your wicket page. You can do this easily with > org.apache.wicket.markup.html.WebComponent. > > Regards, > > Georg > > On 3 Okt., 06:10, fachhoch <[email protected]> wrote: > > > > > My application uses wicket , I recently saw some GWT widgets , and > > would like to use them in my application , please suggest me if there > > is any integration between wicket and GWT , can I use GWT widgets > > inside my wicket pages ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
