What is the best way to bundle logback in an ear application. The application encaspulates web applications (war files) and ejb modules?
I\'m using the iText library, and I\'m trying to add a watermark at the bottom of the page. The watermark is simple, it has to be centered an has an image on the left开发者_运维技巧 and a text on the
I have a question about the automatically deploying from Eclipse to Glassfish. When I add the project 开发者_运维知识库to Glassfish I can choose whether or not to automatically deploy it. When I have
I want to integrate the Spring Social (to provide twitter, facebook, linkedLogin) with my application in which I have already used Spring Security to provide open ID authentication....
I wrote a small test to understand asynchronized behavior in EJB3.1 using @Asynchronous annotation. It seems that:
I have an interface in a unit testing framework: CDIMocker. I\'m currently using an interceptor to allow mocking in a CDI container. It\'s an experiment - one of a couple of approaches to unit testing
While making some small changes to a Web application which is deployed in a WebSphere AS, we want to b开发者_开发百科ring the application down with a static Under Construction page. What is the best w
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supp开发者_Python百科orted by facts, references,or expertise, but this question will likely
I\'m trying to test my EJBs with the embedded container. container = EJBContainer.createEJBContainer();
I have a JAX-WS webservice which makes calls to a remote EJB on the same server. Everything runs on Glassfish 3.1.1, and the apps are deployed EARs – one for the webservice, another for the EJB. This