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.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
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.
saahil gupta
Ranch Hand
Joined: Dec 26, 2011
Posts: 56
posted
0
Yes i think its a good Solution for handling dependancies
jzafrilla jzafrilla
Greenhorn
Joined: Nov 22, 2007
Posts: 2
posted
0
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.