I am very new to using GWT and following tutorials and seeing what I
can do with the toolkit.  I was wondering if GWT can being used in the
following situation?

An example application could have an open area that allows users to
browse and select data/products they want within an unsecured area of
the web application.  Part way through the user needs to login or
provide data that needs to be communicated back to the host in a
secured fashion.  After this the application might then allow the user
to work again with unsecured data.  This is quiet general but what I
am interested in is the movement of unsecured GWT pages to secured GWT
pages.  The user could work through the following flow.

browse products, (unsecured) --> review basket of selected products,
(unsecured) --> login to account, (secured) --> provide payment
details, (secured) --> review confirmation screen, (unsecured)

So when I am looking though the GWT widgets I am not sure how I make
my application jump between secured and unsecured pages.  Can I
instruct hyperlink widgets to communicate back to the same server but
over https?

The example above is for a simple shop and I can understand how to do
this in other frameworks so thought it best to be used in an example.
How does the community get round this problem and are there any
examples I can read to get a better idea?  Any thoughts on where to
look would be a great help.

Many thanks

Trent

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to