Please could someone tell me wh开发者_如何学JAVAy it is better to use ZK with JBoss Seam instead of using JSF with JBoss Seam. What are the advantages and disadvantages.Pros of ZK + Seam: fast develop
I have run into a pretty strange error that I can\'t get my head around. In short: I have an ImporterBean that should read an xml file and then do s开发者_JS百科tuff.
I\'d like to learn a bit more about jBPM and how I can leverage it within my JBoss Seam-based application.I\'ve taken a look at the documentation, and written a couple of basic test applications to ge
I followed thistutorial to configure an application (generated by seam-gen) to use eclipselink instead of hibernate.
I\'m currently checking a complex web application for accessibility without JavaScript. We heavily rely on JSF and Seam to render the pages and I\'m more than annoyed about the overall behaviour when
I use the Seam framework. If I do Session sess = (Session)em.getDelegate(); Connection conn = sess.connection();
I have the following environment: Seam 2.2.0 GA with default richfaces version. How do I define a default column (field) for my datatable to sort the records by this field?
For some strange reason I am getting the following exception. 2011-02-08 09:53:30,667 ERROR [STDERR] (QuartzScheduler_Worker-9) java.lang.ClassCastException: org.javassist.tmp.java.lang.Object_$$_jav
I have a seam project (you should not be blocked to answer just because it\'s seam, consider it beeing a jsf one) and all works great with jboss 5.1 until I add this to the faces-config.xml
I have one <h:selectOneMenu> inside that <a4j:support> is written. I have to pass the currently selected value through <a4j:support> as a parame开发者_如何学Cter to action.