Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Is it possible to develop a rap app without eclipse ide, but just using maven or osgi ?
Is it possible to develop a rap app without eclipse ide, but just using maven or osgi ? [message #1709041] Wed, 23 September 2015 13:43 Go to next message
David Song is currently offline David SongFriend
Messages: 217
Registered: April 2011
Senior Member
Hi all,

All along, we use Eclipse IDE to develop rap program, but is there a general method to do it outside of Eclipse IDE, as well as other JEE program, via Maven , OSGi ?

thanks
David
Re: Is it possible to develop a rap app without eclipse ide, but just using maven or osgi ? [message #1709051 is a reply to message #1709041] Wed, 23 September 2015 14:44 Go to previous message
Paul Bilnoski is currently offline Paul BilnoskiFriend
Messages: 28
Registered: August 2010
Junior Member
Since OSGI is essentially a library and application framework and Maven/Tycho can be used simply as a build system, the IDE has now become a harness for utilizing those tools and could be replaced. You could use vi/notepad and a file system navigator to edit the code and manage the source files, and run Maven for routine compilation as well as builds. However, the benefits of an IDE are many and you lose many productivity enhancements by moving to a vanilla text editor.

If you are asking about using an IDE other than Eclipse, then you would have to make sure it could understand the infrastructure of the RAP project, which may be easy when simply using RWT and not all of RAP including the workbench. Your IDE would need to understand or you would have to integrate the functionality of target platforms and OSGI and Equinox metadata processing to name a few things, and certainly would be nice to process java code and binaries for navigation, outlines, and incremental compilation which any respectable IDE would do.
Previous Topic:Determine exact RAP version at runtime
Next Topic:Planned date for RAP 3.0.1 Service Release
Goto Forum:
  


Current Time: Thu Sep 19 14:10:16 GMT 2024

Powered by FUDForum. Page generated in 0.89963 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top