Thanks for introducing me to Hessian - I just looked at the HessianKit: http://hessian.caucho.com
Though I would love to do an opensource project, I am the only one working on the iPhone. And I am running short on time :-) I will let you know if I turn to an async Hessian. Sorry, my java is not that strong - but it sounds like you did JAX-RS for the phones on GAE/J is that correct? If so, do you loos anything, like cashing or anything implementing the javax.ws.rs.Application class? /Chris On Jan 16, 10:43 pm, Jeff Schnitzer <[email protected]> wrote: > I mentioned Resteasy in your other thread, but you might also want to > consider Hessian. I recently patched the Caucho impl and now both > client & server work on GAE (we use Hessian for server<->server RPC, > and JAX-RS to the phones). If you're creating internal protocols, > Hessian is way easier than creating REST services. Much more like the > GWT-RPC experience. I'd love to switch the phone protocol over too. > > The only problem is that all the existing Hessian client libraries are > synchronous, which isn't very useful on a phone. If your ObjectiveC > team is strong, maybe we could start an opensource project to create > an asynchronous version of HessianKit? > > Jeff > > > > On Sat, Jan 16, 2010 at 1:23 PM, ChrisDane <[email protected]> wrote: > > Thanks Jason, Restlet seems to the choice for most. Have you seen any > > simple example using just JAX-RS? > > > Thanks > > Regards > > ChrisDane > > > On Jan 12, 10:01 pm, "Jason (Google)" <[email protected]> wrote: > >> Hi ChrisDane. Certainly, there's nothing stopping you from deploying a > >> RemoteServiceServlet and HttpServlet to the same application if I'm > >> understanding you correctly. You can define a wide range of servlets to > >> handle incoming HTTP requests from your mobile app and wire them to the > >> appropriate URLs manually using web.xml. You can also use a framework for > >> this purpose. I believe other developers have had success with Restlet -- > >> links available > >> inhttp://groups.google.com/group/google-appengine-java/web/will-it-play... > >> . > > >> - Jason > > >> On Mon, Jan 11, 2010 at 5:30 PM, ChrisDane <[email protected]> wrote: > >> > Hi there, > > >> > Having a browser client and a phone client(running native app) on the > >> > same data: > > >> > Having GWT RPC returning Ajax data from GAE seems like the perfect > >> > match for a browser client - but I would not use GWT RPS from the > >> > iPhone or Android? > > >> > So, would it be good coding having both a RemoteServiceServlet and a > >> > HttpServlet running in the same App spot. > >> > HttpServlet serving the Phones and RemoteServiceServlet serving GWT > >> > RPC? > > >> > Then how to use RESTful on the HttpServlet? > > >> > Any directions/links or samples? > > >> > Thanks in advance > > >> > Regards > >> > ChrisDane > > >> > -- > >> > 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%2B > >> > [email protected]> > >> > . > >> > 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://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 [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.
