You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some scenarios you can achieve in Eclipse, which you can't (or you can with difficulty) from IntelliJ:
I want to easily get from empty project to project that's ready to run Liberty.
1a. Install Liberty from within IDEA - either from Liberty repository, LARS, or local archive (high)
1b. Install features from the Liberty repository intothe Liberty runtime.
1c. Install a beta runtime
1d. Use multiple servers in the same install (low)
I want to easily author a server.xml
2a. design editor for server.xml to assist with adding elements
2b. adding a feature to a server.xml - if it's not installed, offer to install it from the liberty repository
I want to create the same kind of modules as I can projects in Eclipse that run on Liberty
3a. EAR / WAR / EJB (probably just a test effort)
3b. user feature
3c. OSGi - EBA / WAB / others like persistence bundle
I want to use WebSphere provided api's in my application (spec/ibm/third-party)
I want to use WebSphere provided spi's in my feature
The text was updated successfully, but these errors were encountered:
atosak
added
the
Epic
Used to track Feature Epics that are following the UFO process
label
Sep 16, 2019
Improve the integration between Liberty & tWAS with IntelliJ IDEA
Note: the IDEA terminology is different to Eclipse - use this 'IDEA for Eclipse users page' https://www.jetbrains.com/idea/help/eclipse.html
Some scenarios you can achieve in Eclipse, which you can't (or you can with difficulty) from IntelliJ:
I want to easily get from empty project to project that's ready to run Liberty.
1a. Install Liberty from within IDEA - either from Liberty repository, LARS, or local archive (high)
1b. Install features from the Liberty repository intothe Liberty runtime.
1c. Install a beta runtime
1d. Use multiple servers in the same install (low)
I want to easily author a server.xml
2a. design editor for server.xml to assist with adding elements
2b. adding a feature to a server.xml - if it's not installed, offer to install it from the liberty repository
I want to create the same kind of modules as I can projects in Eclipse that run on Liberty
3a. EAR / WAR / EJB (probably just a test effort)
3b. user feature
3c. OSGi - EBA / WAB / others like persistence bundle
I want to use WebSphere provided api's in my application (spec/ibm/third-party)
I want to use WebSphere provided spi's in my feature
The text was updated successfully, but these errors were encountered: