Re: About a multi page web application

2010-06-15 Thread MaveriK
o

-- 
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-tool...@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.



Re: About a multi page web application

2010-06-15 Thread MaveriK
first of all, TNX to everyone!

sorry i didn't replied quicker, but i've been a bit busy and i've got
a pause with gwt :)

As ping2ravi suggested, i decided to use panels and attach them to the
mainPanel.
To avoid a single-page-full-code, i made a class for each panel so i
can distribuite code, and then i attach an istance of the class i need
to the mainPanel.
Still i'm not sure the best way to do this as i faced some problems,
but i tryed some basic panel switching, and they seems to work.
If someone is interested, i'll post how i try to manage the panel
switching

-- 
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-tool...@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.



About a multi page web application

2010-06-02 Thread MaveriK
Hi everyone.

I'm new in GWT, i've just begun to use GWT a couple of week ago.
My goal is to create a web app that shows a login page, and after the
log-in shows an interface where the user can interact with the system

So i was wondering if i need need a multi-page web app, or instead a
single-page switching the visibility of widgets on/off.
I though the first was the best solution as i don't have lots widgets
to manage in one page, but i can't fine a way to make multi-page web
app in GWT...
I read some posts from GWT discussion but i couldn't find out how to
do it.
Could someone help me out?

Tnx in adv

-- 
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-tool...@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.