Re: [appengine-java] Spring or Struts with Google app engine.Is it feasible to use any of these?

2011-10-13 Thread Alessandro Barbosa
straightforward to develop. Regards, Alessandro Barbosa 2011/10/13 sagar misal > Hello everyone, >I have developed and deployed an application using GAE java and > now looking forward to develop another one using the same but with > Struts or Spring framework,can anyone suggest me wh

Re: [appengine-java] How to send data back to client side code?

2010-08-13 Thread Alessandro Barbosa
class looks like > this<http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Child_Objects_and_Relationships> > > On Sat, Aug 14, 2010 at 1:35 AM, Alessandro Barbosa < > alessandro.barb...@gmail.com> wrote: > >> Hi, >> &g

Re: [appengine-java] How to send data back to client side code?

2010-08-13 Thread Alessandro Barbosa
Hi, this is a GWT issue. The model class Employee must implements the com.google.gwt.user.client.rpc.IsSerializable interface in order to be able to be transcripted between server and client. Best Regards, Alessandro 2010/8/13 Sree ... > Am not sure this belongs to GWT or GAE or both ... > > S

Re: [appengine-java] Run App Engine on a production intranet

2010-04-16 Thread Alessandro Barbosa
Hi I would suggest you run your application in some load test tool like Apache JMeter to see how the development environment run working as a production environment. Best Regards, Alessandro 2010/4/15 Harry Monroe > Hi, > > I know this is not the point on Google App Engine, but I´ve come > acr