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.zip
http://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 for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to