new bee design widget with markup

2011-01-06 Thread fachhoch
I am new bee learning gwt. I have a simple widget public class HomeScreen extends Composite{ public HomeScreen() { VerticalPanel vp=new VerticalPanel(); Label lblWelcome=new Label(); lblWelcome.setText("Hello "+"Saibaba");

retrieving entrypoint instance

2011-01-04 Thread fachhoch
I am a new bee starting with gwt. I did a hello world example , I did not understand how to retrieve the entrypoint instance to repalce content from RootPanel. Here is the code I have public class Application implements EntryPoint { /** * This is the entry point method.

Re: integrating with wicket new bee need help !

2010-10-07 Thread fachhoch
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java: 678) ... 16 more On Oct 7, 8:19 pm, fachhoch wrote: > 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 reso

Re: integrating with wicket new bee need help !

2010-10-07 Thread fachhoch
You can do this easily with > org.apache.wicket.markup.html.WebComponent. > > Regards, > > Georg > > On 3 Okt., 06:10, fachhoch wrote: > > > > > My application uses wicket , I recently saw some GWT widgets , and > > would like to use them in my application ,

Re: integrating with wicket

2010-10-07 Thread fachhoch
lication. > > 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 wrote: > > > > > My applica

integrating with wicket

2010-10-04 Thread fachhoch
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