• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

New project with tecnology in which I am a beginner

 
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

next week I am joining a new project. I will work with webservices integration. I have worked with that but I have no a lot of experience in it. I donĀ“t know if I should hit the ground running

Any tip for succeed in this experience, please?

Thanks

 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Work on some tutorials and learn some of the key concepts relating to web services. There are plenty on the net, and I also have blogged about the core concepts.
 
Ranch Hand
Posts: 2938
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it SOAP or REST.Quickly get started with some sample applications on webservices(SOAP ,REST) on both creation and consumption.
 
Ranch Hand
Posts: 65
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest you to ask your module lead (or, immidiate senior to whom you will be reporting) what kind of web service you will be working around before starting straight away. The concepts of a RESTful service is totally different (except the fact that both of them are web services) from a SOAP based service.

For a RESTful service, check the below wiki link to get started; its a superb one

http://en.wikipedia.org/wiki/Representational_state_transfer
 
So there I was, trapped in the jungle. And at the last minute, I was saved by this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic