problem with jetty classpath when working with gwt and jsp

2010-11-15 Thread Heidarzadeh
Hi I have created an ajax application using GWT. And I have created just one jsp file that connects to my data access layer to get some information to show them to user. In my jsp file I have imported some of my classes in that jsp file to use them. When I call that jsp file in the development mod

Re: How to develop a modular enterprise application using just GWT

2010-10-22 Thread Heidarzadeh
Any other idea? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For m

Re: How to develop a modular enterprise application using just GWT

2010-10-21 Thread Heidarzadeh
ill try to solve the problem and report it here ;) On Oct 21, 2:59 pm, ep wrote: > hi, there is already a similiar topic, read ideas on > ithttp://groups.google.com/group/google-web-toolkit/browse_thread/threa... > > On 21 Okt., 11:22, Heidarzadeh wrote: > > > Thanks fo

Re: How to develop a modular enterprise application using just GWT

2010-10-21 Thread Heidarzadeh
op > the server. > > On Oct 21, 9:19 am, Heidarzadeh wrote: > > > Hi > > I want to design and develop a big enterprise application using just > > GWT in client side. > > I want to break this enterprise application into parts and I call each > > of them a m

How to develop a modular enterprise application using just GWT

2010-10-20 Thread Heidarzadeh
Hi I want to design and develop a big enterprise application using just GWT in client side. I want to break this enterprise application into parts and I call each of them a module (or bundle or portlet or whatever!) . These modules might have relation with each other and might call some services th

Re: How to use com.google.gwt.dev.util.collect.HashMap

2010-03-02 Thread Heidarzadeh
> 2010/2/27 Heidarzadeh > > > Hi > > When I want to use com.google.gwt.dev.util.collect.HashMap , I get > > this error : > >  No source code is available for type > > com.google.gwt.dev.util.collect.HashMap; did you forget to > > inherit a required module? >

How to use com.google.gwt.dev.util.collect.HashMap

2010-02-27 Thread Heidarzadeh
Hi When I want to use com.google.gwt.dev.util.collect.HashMap , I get this error : No source code is available for type com.google.gwt.dev.util.collect.HashMap; did you forget to inherit a required module? I should inherit which module? Of course I can use java.util.HashMap but I think com.google

GWT internationalization [ERROR] No resource found for key 'cycleID'

2009-10-13 Thread Heidarzadeh
Hi I use GWT 7.1 I have created two .properties files for localization. but that does not work. of course i can run the program and it works correctly in hosted mode but when I want to make a war file I get this error : Compiling module com.douran.portal.Portal Scanning for additional depende