¡Hello everyone!

I am trying to set up an initial skeleton for an application. In order to
achieve this i considered every aspect (not EVERY ONE of them, of course) of
the application i'd like to handle and reached the following decision:

Views, presentation, etc: GWT (or else it would not be on this list now
would it? :P)
Data access layer: Spring/Hibernate/postgreSQL
client side validation: GWT-Validation
Flow: Not yet decided if i am going to use Spring Web Flow or "plain old"
GWT
Deployment environment: Tomcat 5.5 or later


I thought about creating a second GWT Module to store my custom widgets

What i'd like to ask you people is the following:

1)I've seen a couple of posts about Spring Web Flow but neither are simple
enough for me to comprehend, has any of you had a pleasant experience
integrating GWT and Spring Web Flow? if not, how do you implement flow
control within screens, pages, etc

2)I am a bit confused about how i should organize my application
(considering i just made the leap to web 2.0). For example, i used to split
every application into several modules (LoginModule, ClientModule,
SalesModule, etc) so every module could contain the services related to
them. I guess that such modules should only exist on the server side
adjusting to their role of service providers right? nevertheless, i thought
they should have some kind of client counterpart in order to be able to
access their services in a organized way, is this correct?

3)Most important, did i say something terribly wrong at the beginning of
this mail? (you know, like, "oh my god, this guy does not know what he is
talking about" kinda wrong)

I think of GWT as a source of great power, however, i do not seem able to
harness such power yet...

As usual, thank you all in advance

Yours trully

Rafael

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