Results 1 to 7 of 7

Thread: Is axis the best solution to expose WebService's in project based on SPRINGframework?

  1. #1
    Join Date
    Sep 2006
    Posts
    23

    Smile Is axis the best solution to expose WebService's in project based on SPRINGframework?

    HI Guys

    I am new to SPRING. But i need to work on a project based on SPRING and my job is to expose some of its funcitionality using WS.
    Example By using this WS , some one could add some user groups and permissions.

    And can u please suggest me, if AXIS-SPRING provides the best solution for this kind of stuff.

    Can u please guide me to appropriate Websites or documents, which could be usefull to me.

    Do take few minutes to reply.

    Regards,
    Kris

  2. #2
    Join Date
    Jan 2005
    Posts
    17

    Default

    I'd say the first thing to decide is if you want to follow a contract-first or code-first approach. The Spring-WS website (there's a link to it on the main Spring page under Sub-Projects) has links to several pages to help you understand this.

    If you decide to follow a contract-first approach (which is what Spring-WS advocates), then I'd say Spring-WS makes a lot of sense since it obviously integrates very naturally with the Spring container.

  3. #3
    Join Date
    Sep 2006
    Posts
    23

    Default

    Hi Rob

    I have to make a framework where i can expose some of the functionality of my project (based on SPRING frame work and java). So for that i need to know if SPRING-AXIS is the best solution.

    And about contract-first or code first , i really dont know , but some minimal code to expose the functionality would be good.

    Can u please guide me through this situation. Whats the best solution and how should i approach it?

    Regards
    Kris

  4. #4
    Join Date
    Feb 2006
    Posts
    164

    Default

    Hi. I would suggest reading the Spring Web Service documentation and then trying out the latest "echo" sample, to get started.

    I personally think that Spring Web Service is the way to go (as opposed to Axis). It's a much simpler, cleaner model, with fewer moving parts, and we are having good success with it on an industrial-strength app.

    As for contract-first or not, I don't think that influences most peoples' decisions much, since you end up in the same place at the end, i.e. either way, you eventually have to write the wsdl/xsd "contract". Personally, I like the "contract-first" approach, but I would use Spring Web Service over Spring Axis regardless of which approach I took.

    Ben

  5. #5
    Join Date
    Jan 2006
    Location
    Monterrey, MEXICO
    Posts
    34

    Talking

    Also check out XFire, it has some nice binding with Spring and I was able to create an example app very quickly.

    http://xfire.codehaus.org/

  6. #6
    Join Date
    Oct 2006
    Posts
    3

    Default

    Is Spring Web Service JDK1.4 compatiable? Thanks.

  7. #7
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Quote Originally Posted by wuj98 View Post
    Is Spring Web Service JDK1.4 compatiable? Thanks.
    Yes it it.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •