Wednesday, January 4, 2012

Re: Add packages to GWT project

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 <90franco@gmail.com>
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment