"cjalmeida" wrote : A) I want to have multiple applications interacting with the same Entity Beans (an ?Order? bean should be accessible from the ?Manufacturing? app and the ?Sales Mgmt?, a ?User? bean should be accessible everywhere). What's the best approach so I don't have to deploy the same .ejb3 containing User over and over?
By "multiple applications" you mean multiple EARs? You would need to deploy the same entities in each EAR. "cjalmeida" wrote : B) Will Seam access (and resolve for JSF) Entity Beans when they are defined outside the application but within the same JVM? No. "cjalmeida" wrote : C) Since 70% of the application is mostly a ?web database front-end with few tweaks? (the rest is workflows and infra-structure), is there a JSF (or Facelets) ?autoform? widget that nicely displays a bean and CRUD related components needing very little information from the developer? (Hum... why am I thinking of Rails?) We have started prototyping some databound controls, but for the moment, the best approach is the reveng tool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921542#3921542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921542 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
