• 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

Different Tools: Java & Others.

 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
What are the tools/sf that you use in project?
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what kind of tools. do you mean IDEs, testing tools ?
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's "sf"?
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think Ambar meant "software". Which leads us to http://faq.javaranch.com/java/UseRealWords
 
ambar patil
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, it means Software.Some of the tools/Software are of great help & that makes life easier .

- OracleXpress : for using lightweight oracle database on your machine during development phase.
- Eclipse Plugin for Hibernate code generation etc.
- StarUML for Design.
-Continumm for Build process.
-we may not be aware of all such tool & plugins which helps in each phase of software development, so sharing that will be helpful.
 
Rob Spoor
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I only use Eclipse for programming (sometimes Textpad) and Ant for building.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At work, I use the following:

  • Eclipse 3.5 (with Java EE tools)
  • Firebug (JavaScript debugger for Firefox)
  • Oracle SQL Developer
  • Ant for building and deploying
  • JUnit for unit testing
  • Notepad++ for general text editing tasks
  • Clover for code coverage during unit testing
  • Our app is deployed on Linux servers running Weblogic 9.2, Oracle 10g

  •  
    reply
      Bookmark Topic Watch Topic
    • New Topic