• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ideas for a web services system?

 
sanitation engineer
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,
I need to come up with a system where there will be some sort of many services converging into one service, which will then be consumed by a final client. I would like to build somehing that could be used by individuals, and I have not an idea of what I could do. Anyone want to give any insight?
Thanks,
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Carlisia Campos:
Hello there,
I need to come up with a system where there will be some sort of many services converging into one service, which will then be consumed by a final client. I would like to build somehing that could be used by individuals, and I have not an idea of what I could do. Anyone want to give any insight?
Thanks,


Usually, it starts with a business problem, and once it is defined you have to figure out the best technical solution to solve it. Then, and only then, you can state WebServices is what you need to implement.
So what is your problem here ? I think I don't really understand
[ June 10, 2003: Message edited by: Jean-Louis Marechaux ]
 
Carlisia Campos
sanitation engineer
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, you're right on. I should've stated it differently. I am looking for a business problem to solve in which there would be a set of web services used as a solution. My goal is to develop an entire system so I would learn the ins and outs of ws in the process. An end-to-end system, as simple as possible while making use of substancial ws, handlers, and all of the things we associate with ws.
 
Carlisia Campos
sanitation engineer
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have found a sytem I can use as a basis for a set of web services. I'm all set.
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Carlisia Campos:
I have found a sytem I can use as a basis for a set of web services. I'm all set.


That must be interesting. Please post the link for that system....website
 
Carlisia Campos
sanitation engineer
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can see my my latest blog entry, where I have an initial description of the project. When it's done I'll post a link to the system. Any ideas are welcome.

Blog:
http://development.carlisia.com
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic