• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

IDE with JBoss?

 
Ranch Hand
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Is it possible to use an IDE with JBoss? IF so, how?
Thanks,
Aruna
 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I understand that the JBoss community is working on an IDE plugin for the IBM's Eclipse application. I haven't used it but can tell you that it is available for download from the following URL:
http://prdownloads.sourceforge.net/jboss
This page contains a list of downloads. Look for the ones starting with 'jbosside*'.
Cheers,
Darryl
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I have downloaded the last version of JBossIDE and I've installed with Eclipse M5. The result was that I couldn't open any .java file in the editor anymore. So I guess we have to wait a little bit more for another version.
Another IDE I use for now (altough it's not free) is Borland's JBuilder 8.0 Enterprise and it works fine with JBoss. Altough it doesn't have JBoss integration by default, there are several Open Tools (JBuilder plug-ins) that do the job.
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
NetBeans integrates with JBoss:
http://www.netbeans.org/devhome/docs/howtos/jboss.html
 
Ranch Hand
Posts: 379
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using the JBoss IDE 1.0.1 with Eclipse and it works greatly.
Marco
 
Stelian Iancu
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Marco Tedone:
I'm using the JBoss IDE 1.0.1 with Eclipse and it works greatly.
Marco


What version of Eclipse are you using?
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
If you're using JBuilder, there is good opentool for generation dd for your needs. Please look here for my post: https://coderanch.com/t/311004/EJB-JEE/java/JBuilder-Free-Application-Server
It may be usefull.
Regards, Volodymyr.
 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
Has anybody tried developing and deploying EJB to JBoss3x. using JBuilder7 . I am also using open source tool of Protegea. I have followed their instruction fully but no EJB jar is created.
Obviously I am missing something.
Thanks in adv
Sandeep
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have but I did not use JBuilder. I just used command line and ran the examples from the ORiely EJB book.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Oracle JDeveloper903. I have it configured and running pretty smoothly with JBoss303/tomcat411 on WinXpPro.
I found several sources of info for using JDev with JBoss.
oracles otn site:
http://otn.oracle.com/products/jdev/howtos/appservers/deploy_bc4j903_to_jboss303.html
another good one is : http://mattkelli.com/tech/jboss/oracle9i/jdev903.htm
 
reply
    Bookmark Topic Watch Topic
  • New Topic