Any updates on the remote_api for Java ?

On Feb 24, 4:37 pm, "Ikai L (Google)" <[email protected]> wrote:
> You should be able to connect this:
>
> <?xml version="1.0" encoding="utf-8"?>
> <web-app>
>   <!-- Add this to your web.xml to enable remote API on Java. -->
>   <servlet>
>     <servlet-name>remoteapi</servlet-name>
>     
> <servlet-class>com.google.apphosting.utils.remoteapi.RemoteApiServlet</servlet-class>
>   </servlet>
>   <servlet-mapping>
>     <servlet-name>remoteapi</servlet-name>
>     <url-pattern>/remote_api</url-pattern>
>   </servlet-mapping>
>   <security-constraint>
>     <web-resource-collection>
>       <web-resource-name>remoteapi</web-resource-name>
>       <url-pattern>/remote_api</url-pattern>
>     </web-resource-collection>
>     <auth-constraint>
>       <role-name>admin</role-name>
>     </auth-constraint>
>   </security-constraint>
> </web-app>
>
> I'll dig for some sample code for the Java bulkloader. We're working
> on official docs.
>
>
>
> On Tue, Feb 9, 2010 at 1:22 AM, emerix <[email protected]> wrote:
> > Hi,
> > Does anybody have some news on the remote_api for java ? It would be
> > great to be able to use our JDO/JPA objects to interact with the
> > datastore without having to upload a version to appengine !
>
> > Thanx :)
> > emerix
>
> > --
> > 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
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-appengine-java%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App 
> Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine

-- 
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 [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-java?hl=en.

Reply via email to