IT SOLUTIONS
Your TECHNOLOGY partner! 
-Collapse +Expand
Java
Search Java Group:

Advanced
-Collapse +Expand Java To/From
To/FromCODEGuides
-Collapse +Expand Java Store
PRESTWOODSTORE

Prestwood eMagazine

June Edition
Subscribe now! It's Free!
Enter your email:

   ► MB LobbyJava BoardJ2EE Topic     Print This   

Has anyone out there used JBoss?

Has anyone out there used JBoss? in J2EE topic (part of our Java group).

Quick Search: Has anyone   Has anyone out   there used  

Ken Seymour
I am thinking of trying JBoss to keep my J2EE skills up.
I am currently working on a Java project that is neither web related nor J2EE.

From looking at the website, http://www.jboss.org/, it looks as though JBoss is Free for both development and production.
I guess they make their living from support and selling detailed documentation.

Anyway, I was wondering if anyone out there had used it.
 Posted 11 years ago (Thread Starter)
Comment Quote
Location=Sacramento, California (USA) ,  Joined=11 years ago   MB Posts=6  
More... -Collapse +Expand
Ken Seymour
Sacramento, California (USA)
Rank: Lieutenant-Commander
Email A E USA
Approved member.
Member subscribes to this thread with a verified email.

Post ID #7674, 5 replies
Thread Started 9/25/2002 9:50:00 AM
View Counter=3032
Last Reply Posted 11/23/2004 8:45:00 PM)

Mike Prestwood
Well...the price sure does look good. Ken, if you use it, let us know what you think.

--
Mike Prestwood
Prestwood IT Solutions

 Posted 11 years ago
Comment Quote
Location=Prestwood IT office in Citrus Heights, CA,  Joined=13 years ago   MB Posts=1398   KB Posts=1490  
More... -Collapse +Expand
Moderator
Mike Prestwood
Prestwood IT
Prestwood IT office in Citrus Heights, CA
Rank: Fleet Admiral
Email A E CA USA
Approved member.
Member subscribes to this thread with a verified email.
About Mike Prestwood

Mike Prestwood is a drummer, an author, and creator of the PrestwoodBoards online community. He is the President & CEO of Prestwood IT Solutions. Prestwood IT provides Coding, Website, and Computer Tech services. Mike has authored 6 computer books and over 1,200 articles. As a drummer, he maintains play-drums.com and has authored 3 drum books. If you have a project you wish to discuss with Mike, you can send him a private message through his PrestwoodBoards home page or call him 9AM to 4PM PST at 916-726-5675 x205.

Web Presence
Facebook, Prestwood IT Facebook page -- fan page. (Visit Me)
Twitter, Follow Prestwood IT on Twitter. (Visit Me)
LinkedIn, Prestwood IT company page on LinkedIn. (Visit Me)
YouTube, Prestwood IT YouTube Channel (Visit My Channel)
Website, My drum website where I sell my drum books. (http://www.play-drums.com)

Post ID #7822 (Level 1.1)  Reply to 7674
Thread Started 10/7/2002 3:23:00 PM
View Counter=2

Robin Harvey
I'm in the process of figuring out J2EE as well, and i found JBoss to be really confusing for a simple newbie like me. If you're just looking to get to grips with the basics, then why not give openejb a try?? It is free (GPL i think) and works on a simple command line interface. Their docs are good as well, i found working with this far easier than jboss. Here it is:

http://openejb.exolab.org/

Oh, and the JBoss people make their money from consulting and selling training and docs. You'll be hard pushed to find some decent, free, up-to-date docs for jboss cos they want your cash!!! (can't blame them really....)

hth

Robin
R Harvey
 Posted 9 years ago
Comment Quote
Location=Harrogate, UK ,  Joined=12 years ago   MB Posts=13  
More... -Collapse +Expand
Robin Harvey
Harrogate, UK
Rank: Cadet 2nd Year
Email A E USA
Approved member.
Member subscribes to this thread with a verified email.

Post ID #10195 (Level 1.2)  Reply to 7674
Reply Posted 1/13/2004 8:04:00 AM

Sandman
Tried it.. Didn't like it.

To much like a old veraion of "J1SE".

The the price is good for what it is.
 Posted 9 years ago
Comment Quote
Location=Northern Ca. ,  Joined=11 years ago   MB Posts=23  
More... -Collapse +Expand
Sandman
 (Inactive)
Northern Ca.
Rank: Cadet 1st Year
Email Inactive E CA USA
Inactive member.
Member does not subscribe to this thread.
Email Not Verified!
Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html, social networking links, message board signature, company profile, etc.
Post ID #10562 (Level 1.3)  Reply to 7674
Reply Posted 6/23/2004 5:20:00 AM

DragonSlayer
Never heard of it, much less used it, looks nice though.
 Posted 11 years ago
Comment Quote
Location=Memory Bank: 47CE2 ,  Joined=11 years ago   MB Posts=6  
More... -Collapse +Expand
DragonSlayer
 (Inactive)
Memory Bank: 47CE2
Rank: Cadet 2nd Year
Email Inactive E USA
Inactive member.
Member does not subscribe to this thread.
Email Not Verified!
Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html, social networking links, message board signature, company profile, etc.
Post ID #7794 (Level 1.4)  Reply to 7674
Reply Posted 10/5/2002 8:01:00 PM
Most Recent Post

timbeyond
The primary focus on my career path is getting productive in J2EE, and I know J2SE well.
I find that Sun's Appserver is more involved than JBoss, so I'm starting with JBoss.

In contrast, JBoss uses a similar means of configuration to Apache Tomcat.
I know Tomcat servlets well enough to get and keep things up and running cleanly, and that paradigm suits me.
Searching and tweaking XML config files, plus making things right for the Apache HTTP server front end stuff is what I prefer to popping up layers of GUI frames, tabs etc. and the app setups the "other guys" use.

JBoss has it's own XML config files like the J2EE standard with the same directory layout and similar file names, just with different elements for the JBoss specific parts.

There is also a Web interface for some things, which Sun Appserver also has. Sun's Web interface is visually nice, even looks somewhat fancy, but JBoss' is all about information, no fluffiness.
Both trash comments if you save the info, but they are nice for listing all options and their default values.

The approach I'm using is the standard method of learning a new middleware platform: install, read the tutorial and follow the tutorial demos. Then tweak on the demo to see what entry points there are which would be useful next in a pilot project. Finally, bring forward an existing Tomcat servlet to run under JBoss as the middleware management layer.

I had JBoss 3.2.4 running on my production server using the 2.4 kernel, but the 100MB overhead was too much, and I had to remove it.
Then I started with JBoss 4.0.0 on my development server running Fedora 2, but I had the wrong tutorial version which is an incompatiblity. Otherwise, it ran smoothly.
I'm currently using JBoss 3.2.6 on the Fedora 2 box with no problems running the correct Sun tutorial example.

The JBoss tutorial recommends reading Sun's "The J2EE Tutorial" first. Makes sense, since Sun's is the reference implementation, but it's 500+ pages. I've only briefly read a few parts relevant to my questions.

The JBoss tutorial is called "Getting Started with JBoss", and it's only about 67 pages, a much smaller bite than Sun's. I'm on page 36, Container Managed Persistence, which is what I expect to use for doing something useful. I've already done the previous chapters.

I suppose that you "other guys" interested in doing some .NET would find Chapter 7 "Web Services with JBoss.Net" an interesting topic.

I went over the 4.0.0 tutorial. The .NET implementation is more matured on that version, so I would suggest to people going to use JBoss with .NET to start with JBoss 4.x.


About IDEs:
The JBoss people clearly think Eclipse is the best one to use for JBoss, unless you have money to burn, etc.
I used JBuilder for two years, but I'm using Sun's netBeans IDE 4 beta now.

The JBoss group is a proponent of using Aspect Oriented Programming (AOP) with their product.
I would like to know what people's general experience, impressions and suggestions are in the AOP space. I only understand that it's a security-focused paradigm.

Aside:
I've converted my Tomcat servlet to J2SE 1.5 aka Java 5. Converting the Java source to Generics took some refactoring. Also, the Struts error message constant moved, so some JSP pages had minor package path changes. I felt lucky that it was a minor task.

Good luck guys!
 Posted 9 years ago
Comment Quote
Location=Siskiyou County, California ,  Joined=11 years ago   MB Posts=1  
More... -Collapse +Expand
timbeyond
 (Inactive)
Siskiyou County, California
Rank: Cadet 2nd Year
Email Inactive E CA USA
Inactive member.
Member does not subscribe to this thread.
Member Inactive.
If this is your account, sign in to activate. If still inactive, contact us, we want you to participate!
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html, social networking links, message board signature, company profile, etc.
Post ID #10854 (Level 1.5)  Reply to 7674
Reply Posted 11/23/2004 8:45:00 PM

Revive Thread!

Add a comment to revive this old thread and make this archived thread more useful.

Write a Comment...
Full Editor
Sign in...

If you are a member, Sign In. Or, you can Create a Free account now.


Anonymous Post:

Enter your name and security key.

Your Name:
Today's security key = P194A
Enter key:
Icon: A Post    Thread    Idea    Important!    Cool    Sad    No    Yes    Includes a Link...   
Thread #7674 Counter
3032
Since 4/2/2008
-
  Load Time=less than 1 second.
 
Print This
-
 
Have a question? Need our services? Contact us now.
--Mike Prestwood

Call: 916-726-5675

email: info@prestwood.com


951 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join now. It's free!
Show More...


©1995-2013 PrestwoodBoards  [Security & Privacy]
Professional IT Services: Coding | Websites | Computer Tech