[appengine-java] Re: Can't decide: JDO, Twig-Persist or Objectify?

2010-04-24 Thread bufferings
Hi I like Slim3. http://sites.google.com/site/slim3appengine/ -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email

[appengine-java] I created a JUnit runner for the Production Server.

2010-05-12 Thread bufferings
hi I'm bufferings. I created a JUnit runner which can run tests on the Production Server and the Development Server. The name of the application is Kotori Web JUnit Runner. The shortened name is ktrwjr. ktrwjr is a JUnit runner web application for GAE/j. It helps to run your tests o

[appengine-java] Re: Junit Problem

2010-05-20 Thread bufferings
); } == If you want to prepare data using tests, I think it's ok. But if you want to run tests depending on other tests, I don't recommend that. Tests should be independent of other tests. - bufferings -- You received this message because you are subscribed to the Google Groups &qu

[appengine-java] Re: Junit Problem

2010-05-21 Thread bufferings
hi I posted a sample with @BeforeClass and @AfterClass a few minutes ago. FYI: Somehow the setStoreDelayMs(1) leaves the data in the file, if you call helper.tearDown(). http://groups.google.com/group/google-appengine-java/browse_thread/thread/68fa07d96fe929e8 == @Before public void setUp()

[appengine-java] Re: About LocalDatastoreServiceTestConfig

2010-05-21 Thread bufferings
Hi LoveYao I think this is strange, too. The setStoreDelayMs(1) leaves the data in the file, and the setStoreDelayMs(1000) clears the data. Why don't you submit an issue? http://code.google.com/p/googleappengine/issues/list -- You received this message because you are subscribed to the Google

[appengine-java] Re: working in local host but not in GAE after deployment

2010-05-22 Thread bufferings
hi drift elysium If you use GAE 1.3.3, the servlet filter does not work on the production server. The bug is fixed in GAE 1.3.3.1. http://code.google.com/p/googleappengine/issues/detail?id=3138 hth - bufferings On May 22, 10:15 pm, drift elysium wrote: > http://deepmhn.appspot.com/ >

[appengine-java] Re: Development mode for HttpServlet

2010-05-22 Thread bufferings
hi drift elysium You can use SystemProperty.environment.value(). http://code.google.com/intl/en/appengine/docs/java/javadoc/com/google/appengine/api/utils/SystemProperty.html - bufferings On May 22, 2:23 pm, drift elysium wrote: > http://www.pakzilla.com/2009/12/01/determine-whet

Re: [appengine-java] Re: working in local host but not in GAE after deployment

2010-05-24 Thread bufferings
guess another reason. Are the capital letter and the small letter of your path correct? - bufferings 2010/5/24 drift elysium : > Hi bufferings, > > Thanks for the reply. Can you please tell me how to update to the latest > version? > > The lib in  my war folder has this file- app

Re: [appengine-java] Re: Development mode for HttpServlet

2010-05-24 Thread bufferings
Hi drift elysium, You don't have to set any parameter. You can try it on the dev-server and the prod-server(e.g. logging the value), and you will know the action well. - bufferings 2010/5/24 drift elysium : > Hi bufferings, > > Thanks for the site, > > So here

Re: [appengine-java] Re: working in local host but not in GAE after deployment

2010-05-24 Thread bufferings
ke this: > > computeIntersection >         servlets.computeIntersectionServlet > > how do I specify the path for the servlet class so that it works in the > production server also? > > Thanks > > On Mon, May 24, 2010 at 9:51 AM, bufferings wrote: >> >> Hi drift elysium, >>

Re: [appengine-java] Re: working in local host but not in GAE after deployment

2010-05-24 Thread bufferings
t;         computeIntersection >         /computeIntersection >     > >     >         EdgeIntersection >     > > > > On Mon, May 24, 2010 at 11:49 AM, bufferings wrote: >> >> hi >> >> I want to know servlet-mapping and "computeInters

Re: [appengine-java] Re: working in local host but not in GAE after deployment

2010-05-24 Thread bufferings
Can you write your servlet code here? 2010/05/25 2:22 "drift elysium" : It basically displays the two textarea containing the edges of the two graphs..and the another textarea showing the intersection of the 2 graphs On Mon, May 24, 2010 at 12:19 PM, bufferings wrote: > > mm.