I\'ve configured my Java EE app to use declarative security with JAAS (I\'ve even implemented a custom LoginModule). The problem is that every time I change the url path (e.g. from http://mysite/restr
I\'m packa开发者_运维问答ging my app as WAR archive. What are pros/cons of these two approaches:
I am really wonder what this actually means? Can I use JBoss 7 in development and also in production with all EE 6 features (I need JMS, EJB 3.1, JSF 2.1, CDI...) or I have to wait for later releases
can anyone give some references and help to do this?开发者_StackOverflow中文版 Currently i am referncing this sitehttp://appfuse.org/display/APF/AppFuse+QuickStartPerhaps you should go through the Us
I\'m creating HttpSession container this way: @SessionScoped @ManagedBean(name=\"userManager\") public class UserManager extends Tools
I am looking into Hibernate\'s parent/child relationships. I have 3 entities Employee Customers and Orders.
I understand there are a variety of ways to design web applications using java-ee, but the method that seems to make the most sense to me is model 2 or mvc where we separate the code and design into s
I am trying to get glassfish working in eclipse, and running into the JRE vs JDK error: GlassFish v3 requir开发者_JAVA技巧es a JDK 1.6 and not a JRE. Please add/select the
We have an application that has 1) a custom server (conventional ServerSocket) that responds to 2) Java SWING applications/applets running on client desktops.
I am using restEasy(Restful implementation for jboss) ejb3.0, Jboss5.1.1 AS I did restful service which accepting simple object.