http://code.google.com/appengine/docs/

Click on Storing Data under Java in the left menu.  Also click on Java in the 
Getting Started menu on the left.

You don't create the table; there are no tables, although JPA will pretend that 
there are.  Just start storing data.  Watch the videos from the previous google 
i/o conferences; e.g.,
http://www.youtube.com/watch?v=AgaL6NGpkB8


Rajesh wrote:
> hi all ,
> 
> i'm new to google cloud computing .and  i have develooped my
> Application with Struts,Spring and JPA/ Hibenate support.
> 
> since i knew GAE does'nt support hipernate.i use to go with JPA.but
> how to specify the datasource .How can i create the table .
> 
>  <bean id="dataSource"
> class="org.apache.commons.dbcp.BasicDataSource">
>         <property name="driverClassName"
> value="oracle.jdbc.OracleDriver" />
>         <property name="url" value="jdbc:oracle:thin:@localhost:
> 1521:orcl" />
>         <property name="username" value="" />
>         <property name="password" value="" />
>     </bean>
> 
> 
> 
> please help me ,
> 
> Thanks in Advance,
> Rajesh S
> rajesh.tec...@gmail.com
> 
> --
> 
> 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.
> 
> 

--

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