Search the web
Sign In
New User? Sign Up
djug-discuss · Denver JUG Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Bea to JBoss   Message List  
Reply | Forward Message #618 of 652 |
Re: [djug-discuss] Bea to JBoss

Octavia,

What type of application are you developing/migrating? Is this a production app? Does it support large amounts of users/interactions?

Some applications would be more suitable for a move to JBoss platform than others especially if there are lot of open source packages being used. JNDI is standard J2EE so should not be an issue in JBoss.

Logging - Log4J should work well
JDBC Driver - most are supported
Downloads - http://www.jboss.com/downloads/index

If you need further help/clarification, you can write to me personally.

HTH, k

On Tue, Sep 2, 2008 at 10:19 AM, Octavia Taranu <octavia_taranu@...> wrote:

At my work I need to convert a Web Java-J2EE Struts application from Bea 9.2 to JBoss 4.2.  I would appreciate if you could help me to find answers/ information regarding the following:
1.
Do you know, please, the best/ safest path where I can free download JBoss 4.2?
2.
Is Java Struts 1.2.9 compatible with JBoss 4.2?
3.
Does JBoss 4.2 allow data sources and connection pools defined at the console level in a similar way that Bea WebLogic does?
4.
Which Oracle driver does JBoss 4.2 accept in order to connect to an Oracle 9i/ 10g database?
Where could I download the driver? At the Bea console level I use Oracle's Driver (Thin) Versions 9.0.1, 9.2.0, 10 so I would like to find, please, the JBoss corresponding Oracle driver!
5.
I would like to know the JBoss corresponding Java framework for:
import weblogic.logging.NonCatalogLogger;
and weblogic.jndi.WLInitialContextFactory.
6.
Does JBoss accept the below Java framework/ statements?
import javax.naming.Context; import javax.naming.InitialContext;
private static String thinDriver = "jdbc:oracle:thin";
Context ctx =
new InitialContext(); ctx = javax.sql.DataSource ds = (javax.sql.DataSource) ctx lookup("jdbc/CoGDataSource");
Connection dbConn;
dbConn.commit(); dbConn.rollback();
Any information, links or recommended books regarding the above issues would be highly appreciated!
 
Thank you very much,
Octavia Taranu




--
Join me at http://www.linkedin.com/in/kamalm


Tue Sep 2, 2008 5:01 pm

kkmsun@...
Send Email Send Email

Forward
Message #618 of 652 |
Expand Messages Author Sort by Date

At my work I need to convert a Web Java-J2EE Struts application from Bea 9.2 to JBoss 4.2.  I would appreciate if you could help me to find answers/...
Octavia Taranu
octavia_taranu
Offline Send Email
Sep 2, 2008
4:19 pm

... http://www.jboss.org is the best place. ;) ... Yes. ... Yes. You need to define the DataSource using the JBoss -ds.xml files. But I believe the JBoss...
Brian Pontarelli
brokenwren
Offline Send Email
Sep 2, 2008
4:28 pm

I really appreciate your answer, Brian!   Thank you, Octavia ... From: Brian Pontarelli <brian@...> Subject: Re: [djug-discuss] Bea to JBoss To:...
Octavia Taranu
octavia_taranu
Offline Send Email
Sep 2, 2008
7:26 pm

Octavia, What type of application are you developing/migrating? Is this a production app? Does it support large amounts of users/interactions? Some...
k maheshwari
kkmsun@...
Send Email
Sep 2, 2008
5:01 pm

Hello HTH, k   Yes, this is a production application and it supports hundreds of users! In order to authenticate the user and execute distributive...
Octavia Taranu
octavia_taranu
Offline Send Email
Sep 3, 2008
4:29 pm

Octavia, As long as you stay away from the proprietary APIs and make efficient use of Java cache (heap), you may actually see benefits of moving to JBoss. ...
k maheshwari
kkmsun@...
Send Email
Sep 3, 2008
4:47 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help