Hi Franco, Of course you can !!!! And I should say you must... GWT is a convenient technical framework, but it don't solve your business problem or your application focus domain.
In Eclipse ( view project ) just right clic on your GWT project and new->package, name it just say com.franco ( for example ) Then on it right clic and new -> class -> your business class In UI component, you just have to instanciate your Objects and call their services. That's all. I hope it helps. Regards. Karim Duran. 2011/12/28 franco <[email protected]> > Hello. > > I´m developing a simple project in GWT 2.4 with Eclipse JEE Indigo. > I would like to know if I can add my own packages to the project. For > example: > > src > > -- > 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. > > -- 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.
