I have a JavaEE application that needs to access a file in order to obtain certain informations about the installation.
How can I truncate string in JSF2 ?Say I have a really long name and I only want to display 5 characters how can I do that? I know I use backin开发者_高级运维g bean what any better options.use JSTL fn
I\'m trying to understand how the JAAS principal propagates to the Business/EJB tier from web tier. I\'ve read that the if the roles/realm is configured in login-config & security-context of web.
we have a WAR packaged web application which works on a development machine. It consists of Java EE 5 + Seam 2.2.1 + Hibernate 3.3.1. It uses an Oracle 10g XE database and runs on the latest Tomcat 6
I get the username of the connected user (using j_security_check) this way, through a managed bean: ......
I\'m tring to deploy my app in JBoss 5.0.1. Some of my beans in this app are using @Resource annotations. If i understood the problem, my guess is JBoss is tring to process this annotation before spri
I\'m having a problem running an JEE5 application at GF 3.1 Embedded at Apple computers... (the same environment works at Linux and Windows). The server starts ok, but when loading the APP the server
In a problem scenerio, I have to call five different vendors complying to same industry web service API. Based on the output received from each, I would chose best among all and perform remaining busi
In JSF 1.2 One was listing Items using Java List : private List<Customer> customerItems = null; , but in JSF 2.0 JSf DataModel (ListDataModel) is the way to go. (I am using JSF 2.0)
My web application is a CRUD web application based on JSF 2.0 / JPA using Java EE 5 and JDK 1.6. Running on Glassfish 3.1. The IDE is Netbeans 7.0. (I do not use EJB, nor CDI).