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.


Reply via email to