The Artima Developer Community
Sponsored Link

Java Buzz Forum
struts2 or CXF for creating JSON services for YUI

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
struts2 or CXF for creating JSON services for YUI Posted: Jul 10, 2008 9:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: struts2 or CXF for creating JSON services for YUI
Feed Title: Logemann Blog
Feed URL: http://feeds.feedburner.com/LogemannBlog
Feed Description: Marc Logemann's thoughts on java and other stuff
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Logemann Blog

Advertisement
I ve fininshed hacking my first json result struts2 action. So far so good, YUI datatable can now access this action and then display the data which is delivered via JSON in the widget. Quite ok. But now i ve seen that Apache CXF can do this also quite easily by using a RESTful webservice via HTTP Binding together with Jettison. Furthermore there is a second REST API in Apache CXF which is based on JSR 311. I think i will have to do some initial CXF prototyping with regards to the REST capabilities to see what works out best and to see if its better than writing Struts2 actions. Since our app already uses CXF Soap Services, it would make sense on first thought.

Read: struts2 or CXF for creating JSON services for YUI

Topic: The basics of an iBatis application Previous Topic   Next Topic Topic: links for 2008-07-02 from PeopleOverProcess.com

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use