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");
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.
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
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 ,
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
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