• 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

Develop and deploy - with Eclipse and IBM Websphere app serv 3.5.6

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Developing an application designed on mvc model what would be the development and devoplement cycle with Eclipse 2.0 and IBM Websphere 3.5.6.
Considering the current situation.
1) All there developer code and compile in a single place we VSS to lock file.
2) which deployment tool would be the better ant of simple export feature.
3) All developer use edit + to code in java, for all developer to use develop and deploy cycle what would be the best process with eclipse ide.
since eclipse 2.0 does not support outside the project the whole project has to include on to your workspace your code becomes un-integrated very soon, since CVS is not possible will VSS plugin prove help as the VSS client give with Visual studio.
Thanks in advance.
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why must you use VSS? What's the reason for not being able to use CVS?
Kyle
 
prashant patel
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply,
Cvs cant be used coz its a windows environment, well cvsnt is still in developement so company wont agree also people here dont change and accept change easily, so with the present scenario what would be the best compile, run and deply cycle.
 
Kyle Brown
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since there is no VSS plugin it will be VERY difficult to do this with VSS. I would STRONGLY suggest using CVSNT -- it is not "still in development" but has been stable for months. The alternative is VERY complicated and error prone -- I would not recommend it. It will be much easier to adopt to CVS rather than try to adopt the tool to VSS.
Kyle
 
reply
    Bookmark Topic Watch Topic
  • New Topic