Hi, can GWT alone be used to make a good application (like library management system)? Or, do you think that GWT is only for the UI and the backend has to be something like Spring, PHP?
I am asking this question because I was able to make a simple login application using GWT only. The username and password are sent via RPC to the server side. There, I made the connection to the database and checked the authentication information. Boolean is returned to the client if the authentication was successful or not. Looking at this example, I think that GWT alone can be used to make an application. I also have another query related to the above application. Are the entire RPC call and the code for connection to the database included in the javascript file generated by GWT? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
