Is it possible to write truly portable code that run in multiple app server and achieve good performance at the same time?
Every app server I used so far has extensions.
-
Postable applications (5 messages)
- Posted by: Nadim Bitar
- Posted on: April 17 2002 03:28 EDT
Threaded Messages (5)
- Postable applications by Dinesh Singh on April 17 2002 07:16 EDT
- Postable applications by Gal Binyamini on April 17 2002 16:46 EDT
- Postable applications by Nadim Bitar on April 17 2002 16:51 EDT
- Postable applications by Jason McKerr on April 17 2002 11:26 EDT
- Postable applications by Tom Davies on April 18 2002 12:02 EDT
- Postable applications by Nadim Bitar on April 17 2002 16:51 EDT
-
Postable applications[ Go to top ]
- Posted by: Dinesh Singh
- Posted on: April 17 2002 07:16 EDT
- in response to Nadim Bitar
Hi,
It is not possible to write truly portable code for ejb application which can be deployed on different containers. I have read that serverside is providing some sort of portability code that is portable across 2-3 containers only.
Dinesh Singh <dpsonline at hotmail dot com>
-
Postable applications[ Go to top ]
- Posted by: Gal Binyamini
- Posted on: April 17 2002 16:46 EDT
- in response to Nadim Bitar
Well, of course they all have extensions :) You can choose not to use them, get portable code, but miss out on optimizations. I think with some carefull design you can atleast achieve portabillity in most of the codebase, and isolate importable stuff to specific classes.
One notable exception to this is read-only transactions: different containers handle them differently, and they should definately be standartized ASAP, IMHO.
Gal -
Postable applications[ Go to top ]
- Posted by: Nadim Bitar
- Posted on: April 17 2002 16:51 EDT
- in response to Gal Binyamini
I started using JBoss and I find it hard to write portable applications for that app server. -
Postable applications[ Go to top ]
- Posted by: Jason McKerr
- Posted on: April 17 2002 23:26 EDT
- in response to Nadim Bitar
I/we use JBoss and have hod no problems porting to and from jboss and other app servers.
Jason
-
Postable applications[ Go to top ]
- Posted by: Tom Davies
- Posted on: April 18 2002 00:02 EDT
- in response to Nadim Bitar
Posted by Nadim Bitar 2002-04-17 15:51:15.0.
>I started using JBoss and I find it hard to write portable
>applications for that app server.
What application servers do you find it hard to port to, and what problems do you have?
I have ported from Weblogic to JBoss and found that all I needed was minor changes to the deployment descriptors.
This app doesn't use entity beans.
Tom