[JBoss Seam] - Seam JSF question
by fbrody
Hi I?m evaluating some frameworks at the moment at work (Spring, Tapestry, WebWork and JSF), and am hoping that someone could help me out with this question, the App Server were using is JBoss
Is Jboss pushing JSF and if so are they making it easier for developer to work with this framework over the others??..Have they any feature in there Application server that favour JSf over the other or are they just developing internally with JSF.
Inside the JBoss App server is it a level playing field for all frameworks or is there some advantage to using JSF
This is some of the other criteria
cheers
f
1
Learning Curve for different frameworks
1
Testability
1
Reusable UI components
1
Support for creating very large and complex web-apps with many sub-applications (in otherwords, does the framework do well for rapid prototyping but fall over once we start throwing in more and more functionality?) (This might be the ?growing complexity? one, but not sure)
1
Support for concurrent development. (This might be an easy one to support, but the issue I want to avoid here is people stepping on each other?s toes when we do parallel development.)
1
Ease Integration with FB2
2
Reusable page layouts
2
Support forum or user group or commercial
2
Tools - Eclipse, IntelliJ and Emacs Integration
2
JDK1.5 Support Enum and Annotation
2
Market Share of Framework
1
Bookmarkability deep links
1
Internationalization
1
Support for Browser Back button
1
Support for Browser Refresh button
1
Better timeout support (warnings and ability to save drafts)
1
Future support for Autosave (similar to Google Spreadsheets)
2
Built-in input validation
2
Ajax Integration
2
Ability to create breadcrumbs (state/history management with bookmarkability)
3
Any Built-in PDF support
3
Coexistance of frameworks minimize the risk of relying on a single framework
3
Future support for Multiple undos and redos (similar to Google Spreadsheets)
3
Future support for Capturing keyboard commands (similar to Yahoo Mail Beta)
3
Future support for Right-click menus (similar to Yahoo Mail Beta)
2
Performance of each framework
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991184#3991184
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991184
18 years, 1 month
[Installation, Configuration & Deployment] - strange! halt of jboss + DB2(XA)
by richard_djs
I have got an big problem on my J2EE project which was deployed on JBOSS, and my configuation is jboss-4.0.4 + DB2(Version: 8.1.7.445).
It works correctly when the code is looking like this
start a transation...
insert into table OR update table
submit the transation
And it will halt at STEP3 when the code is looking like this
STEP1: start a transation...
STEP2: insert into table1 ... OR update table1
STEP3: insert into table2 ... OR update table2
STEP4: submit the transation
then an exception will be caught like this "11:39:02,216 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=d31287/91, BranchQual=, localId=91] timed ut. status=STATUS_ACTIVE"
How to make it work correctly? I deployed my project as the jboss-4.0.4\docs\examples\jca\db2-xa-ds.xml said.
By the way, when I deploy my project on WEBLOGIC+DB2, it works OK.
What should I do?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991178#3991178
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991178
18 years, 1 month
[Security & JAAS/JBoss] - untrusted server cert chain - Please Help!
by sonoerin
Not sure if this is the correct forum, but I really need some help with this and it seemed logical.
I have an existing application running on JBoss (not sure what version, but I am guessing 3.x) that connects to a third party server via SSL. The third party certificate recently expired. They updated it but I still get this message:
javax.net.ssl.SSLException: untrusted server cert chain
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(DashoA6275)
at com.sun.net.ssl.internal.ssl.Handshaker.process_record(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write(DashoA6275)
at java.io.OutputStream.write(OutputStream.java:56)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
I am just not sure what I am supposed to do so that my application can use the new application.
-> Do I need a copy of the vendors certificate stored locally?
-> Do I need to use the keytool to establish a link?
-> I saw directions on the wiki for creating a SSL certificate, but it didn't seem to apply here (granted, I have no idea what I am doing here!)
Again, I really need help with this - its a brand new area for me.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991175#3991175
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991175
18 years, 1 month