Using JBoss EJB 3 with Eclipse RCP [Part 3]
- Am 20. Mai 2007
- Von jmc
- In Eclipse IDE, EJB 3.0, English, Java, JBoss
0
Creating the RCP-Plugins
Using the menus File > New > Project we will create our RCP. All details you can find in the following 4 screenshots:




Creating the JBoss-Client-Plugin
Our plugin with the JBoss-Classes will be created similar to the RCP-plugin. But in this case we are using “Plug-in from existing JAR archives”.

In the next dialog we are choosing Add external and select all JARs in the %JBOSSHOME%/client folder. The auth.conf file should not be selected!


Now we need to define the dependency between the two plugins and create a Buddy-Policy. I’ll show that to you in part 4.



