I am designing a portal application (GWT) that controls/hosts games, each being a separate GWT app. I'm trying to figure an elegant way to integrate multiple gwt applications into one. Is it possible to maintain modularity between apps while having them talk to each other at both: client and server level?
In a regular application i'd build jars and link those in my portal application. Is it possible to do so in GWT? If not, is there another way to achieve this? My portal needs to talk to the clients and the servers of the game apps. -- 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.
