| Article: |
Nukes: the Open Source Java CMS | |
| Subject: | JLCP!!! | |
| Date: | 2003-06-09 07:19:12 | |
| From: | anonymous2 | |
|
Response to: JLCP!!!
|
||
|
why is that bad to be tied to JBoss ?
|
||
Showing messages 1 through 2 of 2.
-
JLCP!!!
2003-08-19 13:31:22 anonymous2 [View]
-
JLCP!!!
2003-06-09 10:24:01 anonymous2 [View]
For the record, I am not affiliated with jlcp. Just an interested 3rd party.
>if JBoss offers features others don't have is
> that bad to use them for the sake of
>simplicity ?
Its called embrace and extend when Microsoft does it. Why is JBoss any better?
>For instance we can hotdeploy remote additional
> modules in a Nukes instance without to have to
> reset anything. Can you do that ?
Your confusing the app with the app server. I have no problem with JBoss' feature set. Compete away! I *DO* have a problem when we start writing appserver specific _apps_.
You want hotdeploy, fine. But why write Nukes to use JBoss-specific JMX functions?



Being tied to a single app server is always a bad idea. The biggest reason is that by tying the implementation to a single app server, in this case JBoss, you are greatly limiting the potential audiences. The majority of java sites being run are NOT running JBoss, and thus they are prevented from using the dependent applications also. And, the answer is not as simple as saying "well JBoss is free, so anyone can use it". Despite it being free, most corporations and large java web hosters shy away from JBoss.
Not being tied to a single application server is a HUGE advantage for the JLCP effort.