[appengine-java] Re: App engine SDK jars in WEB-INF/lib. Why???

2011-05-16 Thread Philippe Marschall
On May 12, 11:56 pm, Toby Reyelts to...@google.com wrote: arjan, There are two sides to the App Engine API: the client and the server. The client side (appengine-api.jar) lives entirely in user-land. If you so chose, you could create your own version of these classes. ... But that's the

[appengine-java] Re: App engine SDK jars in WEB-INF/lib. Why???

2011-05-15 Thread Philippe Marschall
On May 13, 2:29 am, Nichole nichole.k...@gmail.com wrote: Just a quick summary, the servlet spec requires that a servlet container such as appengine provider an implementation for a service.  Those jars such as servlet- api-2.4.jar are needed at compile time. That's why there's provided

[appengine-java] Re: Google Plugin for Eclipse 3.6 is now available

2010-06-28 Thread Philippe Marschall
On Jun 28, 4:10 pm, Jason Parekh jasonpar...@gmail.com wrote: On Fri, Jun 25, 2010 at 1:01 AM, Philippe Marschall philippe.marsch...@gmail.com wrote: On Jun 23, 11:14 pm, Jason Parekh jasonpar...@gmail.com wrote: Hey folks, Google Plugin for Eclipse 1.3.3 is out with support

[appengine-java] Re: Google Plugin for Eclipse 3.6 is now available

2010-06-24 Thread Philippe Marschall
On Jun 23, 11:14 pm, Jason Parekh jasonpar...@gmail.com wrote: Hey folks, Google Plugin for Eclipse 1.3.3 is out with support for Eclipse 3.6.  Install it with Eclipse 3.6's new Eclipse Marketplace feature by going to Help Eclipse Marketplace, and search for Google Plugin for Eclipse.

[appengine-java] Re: What Framework to use?

2010-05-24 Thread Philippe Marschall
On May 21, 6:29 pm, hurray! sudarshan.acha...@gmail.com wrote: I am looking for a web framework to use on GAE that 1. Provides pretty URLs 2. Makes passing data to views easier. 3. Is productive. I tried Grails for a small app, but the startup time was too long. I am curious what

[appengine-java] Re: Google Plugin for Eclipse 1.3 plans

2010-02-06 Thread Philippe Marschall
On Feb 4, 8:52 pm, Keith Platfoot kplatf...@google.com wrote: Hey all, Many of you have reported incompatibilities between the Google Plugin for Eclipse and other build systems/project structures, most notably Maven and J2EE/Dynamic Web Projects.  For example, issue 1515 (Eclipse plugin

[appengine-java] Re: RESTfull - JAX-RS and GAE/J

2010-01-18 Thread Philippe Marschall
On Jan 16, 10:23 pm, Jeff Schnitzer j...@infohazard.org wrote: JBoss Resteasy works fine without any special customization for GAE. I use it extensively. http://www.jboss.org/resteasy You have to work around their POMs: https://jira.jboss.org/jira/browse/RESTEASY-180 Apparently it is cool

[appengine-java] Re: GAE roadmap for 2010

2009-12-27 Thread Philippe Marschall
On Dec 20, 10:54 am, Antoine Sabot-durand anto...@sabot-durand.net wrote: Hi, I found the roadmap for 2009 but is there one for 2010 ? I'd like to propose my company to start developement on GAE but the lack of visibility on the platform is an issue. Will you support some of the JEE6 new

[appengine-java] Re: eclipse plugin and maven?

2009-12-12 Thread Philippe Marschall
On Dec 5, 7:45 pm, Rusty Wright rwright.li...@gmail.com wrote: Is it possible to use the GAE Eclipse plugin if you're using Maven?  Maven uses a different directory structure so I'm guessing that's why the GAE plugin doesn't recognize the project as a GAE web app. Google seems determined

[appengine-java] Re: Logging in JUnit tests

2009-12-12 Thread Philippe Marschall
On Dec 12, 2:50 pm, a.maza andr.m...@gmail.com wrote: Hello, I have currently some troubles with logging in junit tests. In general, I have the following questions: -) According to the manuals, I could basically use any log framework which logs to System.out and System.err, respectively

[appengine-java] Re: Java heap size

2009-12-03 Thread Philippe Marschall
On Dec 3, 4:51 am, jacek.ambroziak jacek.ambroz...@gmail.com wrote: My application, an XML search engine, likes to manipulate its index data structures in memory during indexing. Searches are naturally much faster too when index data structures are in the heap. Unfortunately, I started

[appengine-java] Re: How to return a file from a servlet

2009-12-01 Thread Philippe Marschall
On Nov 30, 11:23 am, Prashant antsh...@gmail.com wrote: Hi, I have a servlet with request handler */file/** . I want to return a file * /theme/bg.gif* for all */file/*.gif *. I can check for .gif extension then how do i send */theme/bg.gif*, for */file/*.gif* without sending a redirect ?

[appengine-java] Re: Unit testing 2nd class citizen?

2009-11-22 Thread Philippe Marschall
On Nov 21, 1:18 am, John Towell john.tow...@gmail.com wrote: I just had to do this http://groups.google.com/group/google-appengine-java/browse_thread/th... This is a bit shady to still not have been fixed. I don't see the problem here. It's the same thing with JUnit, Hamcrest and all the

[appengine-java] Re: java doubt : is there any way to get class instance from class' qualified name?

2009-11-08 Thread Philippe Marschall
On Nov 7, 3:53 pm, Prashant antsh...@gmail.com wrote: Hi, Suppose, I have a list of Qualified Names of a set of classes (say, in a property or text file) and I want to call a method (pre-decided), from one of the listed class, when required. Is there any way to do that? My knowledge of

[appengine-java] Re: Memory Limit

2009-10-19 Thread Philippe Marschall
On Oct 17, 12:09 pm, Joebi joebi.m...@gmail.com wrote: Hi, I have a web application which does some search and refines the results using NLP techniques. When I load this web app, I use an initialization servlet to load the model files and other related resources in the memory. But I am

[appengine-java] Re: What are your opinion ?

2009-08-27 Thread Philippe Marschall
On Aug 26, 10:04 pm, Geraldo Lopes geraldo...@gmail.com wrote: Hi, The article below review gae's persistence. What are your opinion ? http://www.ibm.com/developerworks/java/library/j-gaej3.html?ca=dgr-bt... I'm using the low-level API and am quite happy with it. That nicely sidesteps

[appengine-java] Accept-Encoding doesn't seem to get passed to the application

2009-08-25 Thread Philippe Marschall
Hi I'm getting really strange behavior here where it looks as if the Accept-Encoding wouldn't get passed to the application. My request looks like this: GET /the/url HTTP/1.1 Accept-Encoding: gzip User-Agent: Jakarta Commons-HttpClient/3.1 Host: myapp.appspot.com Cookie: the cookie However the

[appengine-java] Re: Request to update jars in http://google-maven-repository.googlecode.com

2009-08-25 Thread Philippe Marschall
On Aug 25, 6:37 pm, David david.yu@gmail.com wrote: Hi, 1.2.2 had been released more than a month ago but was not uploaded on the repository. The latest in there is 1.2.1 +1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[appengine-java] Re: Accept-Encoding doesn't seem to get passed to the application

2009-08-25 Thread Philippe Marschall
On Aug 25, 8:31 pm, Martin Caslavsky mcaslav...@gmail.com wrote: Hi, App Engine does automatic gzip compression, so that may be the reason why it removes the header before it passes request to an application. That's a bit uncool, is there a way to disable this? I store my content in gzip

[appengine-java] Re: Logging Levels....

2009-08-24 Thread Philippe Marschall
On Aug 24, 8:08 pm, Toby Reyelts to...@google.com wrote: The mappings for java.util.logging levels to GAE log levels are:     level = SEVERE - Error     level = WARNING - Warn     level = INFO - Info     else Debug We reserve the Critical level for errors such as escaping

[appengine-java] Re: Maven

2009-08-23 Thread Philippe Marschall
On Aug 22, 8:25 pm, drone andr...@gmail.com wrote: So, has anyone actually got Maven up and running with a GAE project? (and I mean really Maven, not Maven for this and Ant for that) Yeah, but I don't use JDO or GWT. I just build with Maven and upload with the shell script. I didn't get