File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Can I take standalone tool and make it a plug-in? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Can I take standalone tool and make it a plug-in?" Watch "Can I take standalone tool and make it a plug-in?" New topic
Author

Can I take standalone tool and make it a plug-in?

Jean Miles
Ranch Hand

Joined: Aug 20, 2003
Posts: 53
Suppose there was a standalone tool such as mobile phone emulator, can I customize it to be a plug-in in Eclipse? Will this book help me modify existing plug-ins? For example: When I launch IE and any cookies are maintain in session, so if I open more IE windows in Eclipse functions like I am creating children windows instead of parent. I want to change the plug-in.
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11945
Originally posted by Jean Miles:
Suppose there was a standalone tool such as mobile phone emulator, can I customize it to be a plug-in in Eclipse?
Sure you can. It's all about how much work it is to do just that. There's nothing stopping you from launching the same Java (or native) application upon actions in the Eclipse framework. Also, there's nothing stopping you from merging the standalone application's GUI into the Eclipse UI framework. Except the raw amount of labour.


Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
Kent Beck
author
Ranch Hand

Joined: Nov 07, 2003
Posts: 45
The common practice is to make a plug-in out of the base application and a separate plug-in for the Eclipse user interface. See the plug-ins org.junit and org.eclipse.jdt.junit for example. Org.junit is just the standard JUnit release wrapped in a plug-in with no extension points. Org.eclipse.jdt.junit refers to org.junit and provides all the user interface functionality.
Kent


Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0596007434/ref=jranch-20" target="_blank" rel="nofollow">JUnit Pocket Guide</a>
 
IntelliJ Java IDE
 
subject: Can I take standalone tool and make it a plug-in?
 
Threads others viewed
Firefox problem
UML Drawing Tool?
any one know how to fix AJDT in eclipse ?
tool for Eclipse plug-in development ??
IDE for Java
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com