• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

How to Integarte JBoss with Eclipse

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

Please help me to integrate JBoss with Elcispe to geneartea nd deploy EJB.

and also tell me which versions of Eclipse and JBoss can be integared to deploy EJB.

Regards
Kumar
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You've got choices. You can get an IDE plugin for Eclipse such as MyEclipse or JBossIDE and follow the accompanying documentation. Or you can use Remote Debugging from standard eclipse.

By the way - your display name is not going to last.
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vijay

are u try to use Eclipse and Jboss to developed J2EE/EJB Project first You want Eclipse 3.0 or Eclipse 3.1 and relavent JBoss IDE plug in for eclipse please install the eclipse and install the jboss IDE plug in and start the Eclipse and following web site's this tutorial for EJB development

http://www.laliluna.de/tutorials.html

Thanking You

Saman
SCJP 1.4

Good Luck
 
Ranch Hand
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The JBoss IDE plugin for Eclipse 3.1 does not work. Still waiting for a usable product, but no response from JBoss.
 
Bartender
Posts: 1159
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is also the Lamboz plugin ObjectLearn.
 
Ranch Hand
Posts: 37
IntelliJ IDE Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the Lamboz plugin work with Eclipse 3.1?

I hope it's not much longer till the JBoss people release a 3.1 compliant plugin.
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In case anyone does a search on this topic in the future, the plugin is actually called Lomboz.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Paul Sturrock:
By the way - your display name is not going to last.


Paul is right--it won't last. That's because "Vijay" doesn't comply with our
naming policy which requires a full name consisting of a first name and a last name.

So, Vijay, please take a moment to edit your display name accordingly.

Thanks.
 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Paul Smiley:
The JBoss IDE plugin for Eclipse 3.1 does not work. Still waiting for a usable product, but no response from JBoss.


You need the correct version of the plug-in. It does work, and it works without error, but if you do the typical (hey, I did it), download latest Eclipse and download latest JBoss IDE plugin, it will fail, left and right.

Here's the deal: Eclipse and JBoss IDE have their own beta release, production release schedules. If I choose version "A" of Eclipse and build my JBoss IDE to work with that, then fine. The problem comes when version "A" isn't the default one that many people have. I forget the exact version, but if you got to JBoss.org, and look in the forum there, you should find the "magic combination" that works.

--Dale--
 
Dale Seng
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Russell Wurth:
In case anyone does a search on this topic in the future, the plugin is actually called Lomboz.


The Lomboz plugin is different than the JBoss IDE plugin. I have used both. I used Lomboz for an EJB project (used that one first for an outside project), then at work I introduced JBoss-IDE because we will be buying support from JBoss, and that way we're supported. But nothing was wrong with Lomboz.

--Dale--
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic