• 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

MyEclipse--Version Control Support(VSTS)

 
Ranch Hand
Posts: 225
Spring Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Riyad/All,
I am having problem in integrating VSTS(Visual Studio Team Foundation server/Visual Studio Team System) with Java IDE.
Initially I have tried with JBuilder.But I got the option for VSS,not for VSTS.
Can anyone tell me how to achieve this?

Also in MyEclipse,what steps we have to follow to maintain version control of source code through VSTS.

Thank you in advance.

***********************************
Tip: Modesty is all virtue.
***********************************
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Baseet,

I hope you can forgive my blatant advertisement, but I think this may be helpful to you. The company I work for (Teamprise) offers a commercial VSTS Eclipse plugin. The plugin allows you to access version control, work item tracking, and much more from within Eclipse. You can read more about it here:

http://teamprise.com/

We have customers who are successfully using this plugin in conjunction with MyEclipse, and you can use the full product free for 30 days to see if it works for you.

Also of interest to you may be the open source VSTSEclipse plugin (still at an early stage of development):

http://www.vstseclipse.org/

Hope this helps,
Ben
 
MyEclipse Support
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Baseet,
MyEclipse doesn't currently ship support for any source control out of the box besides CVS. So I cannot provide any support for the plugin(s) you may be using for VSS or VSTS source control support. (not because I don't want to, but because I am just not familiar with the plugin or VSTS; sorry about that).
 
Baseet Ahmed
Ranch Hand
Posts: 225
Spring Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you to both of you for prompt reply.

Riyad,
One more thing,can you tell me about the core feature of MyEclipse with respect to Java Web Application and RDBMS? I mean to say those project which are based on MVC architecture and RDBMS based,can take the advantage of MyEclipse's standard feature(which may not be available in other IDEs).



Baseet Ahmed
Information Technologist + Software Executive


***********************************
Tip: Modesty is all virtue.
***********************************
 
Riyad Kalla
MyEclipse Support
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Baseet,
MyEclipse offers some very powerful Web Application tooling and DB Tooling.

To get more familiar with the DB Tooling, in addition to reverse-engineering support and ER Diagram generation you can take a look at this movie from our DB tutorial:
http://www.myeclipseide.com/images/tutorials/quickstarts/database_tools/tutorial.html#Generation


A more comprehensive movie that covers a full Java EE 5, JSF, JPA, Glassfish application development scenario full with JPA-reverse-engineering from your DB as well as visual JSF page designer, I would strongly suggest watching our MyBlog demo here:
http://www.myeclipseide.com/images/tutorials/demos/community_one_2007/community_one_2007.htm


I hope those links answer your question.
 
Baseet Ahmed
Ranch Hand
Posts: 225
Spring Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Riyad,
Have seen the link,and found very useful.


Thank you.

Baseet Ahmed
Information Technologist + Software Executive

***********************************
Tip: Modesty is all virtue.
***********************************
reply
    Bookmark Topic Watch Topic
  • New Topic