What start-up times can we expect with a sleeping/cold JVM?  I was
seeing between 2-3 seconds for JDO, then switched to Twig-Persist and
now see no start-up delay.

On Apr 11, 4:11 pm, Sandeep Sathaye <[email protected]> wrote:
> Hi Everyone,
>
> Cloud2db <http://www.cloud2db.com/> is pleased to announce the availability
> of Hibernate framework on Google App Engine. Now you can use Hibernate to
> access Cloud2db instances running on Google App Engine (Bigtable Datastore).
> You can also use Hibernate tools like database reverse engineering plugin
> directly against Cloud2db instances running on Google App Engine.
>
> You will need to install Cloud2db and register your appspot prior to
> deploying the Hibernate framework. Here are links to Download
> <http://cloud2db.appspot.com/website/download.html>and
> Registration<http://cloud2db.appspot.com/website/registration.html>
> .
>
> Here are the links to Hibernate distribution and a code sample.
>
> http://cloud2db.appspot.com/website/distributions/hibernate_dist.ziphttp://cloud2db.appspot.com/website/distributions/hibernate_sample.zip
>
> Please deploy Hibernate JAR files and sample code in your GAE environment.
>
> Please run the TestServer.java Servlet from the sample code to test the
> Hibernate functionality. Please make sure that this Servlet is accessed as
> an Admin resource by using the following entry in your web.xml file (use
> your servlet URL in <url-pattern> tag).
>
>   <security-constraint>
>     <web-resource-collection>
>      <url-pattern></url-pattern>
>     </web-resource-collection>
>     <auth-constraint>
>        <role-name>admin</role-name>
>     </auth-constraint>
>   </security-constraint>
>
> Thanks,
>
> Sandeep Sathaye
> Founder and Chief Architect
> Cloud2db

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to