• 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

Best Practices working with Web Services

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I would like to know if that i have in mind is a good practice for working with Web Services. I explain this:

I have a very complex Java Project, and i need to implement a WS for interact with data. I try to transform this Java Project into a Java Dinamyc Web Project, but there are a lot of dependences and its difficult.
My question is, is a good practice if i create a new Dinamyc Web Project with only the WebService? At the end, i will have two projects, Java and Dinamyc. Is this a good solution?

Thanks in advance.

 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "Java Dinamyc Web Project" - a web app? Or just a collection of web services? Is the "Java Project" a desktop app or web app? You can run web services as part of a web app, or you can run them as a separate web app. What makes more sense depends on the circumstances about which we know nothing.
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes i think its a good Solution for handling dependancies
 
jzafrilla jzafrilla
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,


The "Java Dinamyc Web Project" is a web app, and my Java project is an web app too, but in eclipse, for example, the "Java project" don't appear as a Dinamyc Web Project and i would like to make separate projects, the "Java Project" for magnament and the "Dinamyc Web Project" as a collection of web services.

Thanks for reply.



 
reply
    Bookmark Topic Watch Topic
  • New Topic