Hello everybody, I just started playing around with GWT in Netbeans 6.8 and was wondering if it is possible somehow to build something like a "Front Controller Servlet" that receives all the requests and dispatches them to different "actions" and returns different results from those actions.
I did a course at university last semester where we learned a bit about Java Server Faces and there i heard about the front controller thing for the first time. >From my state of knowledge i have to write one RPC to a Servlet for every action i do, right? For example I have one Servlet for getting all my users (to show them or sth.) and one Servlet to add a user to the database. Hope I understand this correctly so far. best regards and thanks (tried using the search function first, didn't find anything :] ) Alex -- 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.
