java - Importance of Shared Package in GWT -


I realize that the GWT client does not compile classes in the package. But what is the importance of the shared package? The sections which I have to put in this package. I

Which classes do I want to put in this package?

Any arguments or data types that are used by both the client and the server will save you from the duplicate code between the two sides and possibly the reasoning and the data types Compatible .


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -