jakarta-ee
Logback in java EAR applications
What is the best way to bundle logback in an ear application. The application encaspulates web applications (war files) and ejb modules?[详细]
2023-04-10 21:06 分类:问答Don't know how to create a centered "image + text" watermark in pdf files with iText (Java)
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[详细]
2023-04-10 18:22 分类:问答Automatical deploying to Glassfish
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[详细]
2023-04-10 17:16 分类:问答can I use Spring Social with Spring Security?
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....[详细]
2023-04-10 17:16 分类:问答Asynchronous EJB 3.1 methods and Transactions
I wrote a small test to understand asynchronized behavior in EJB3.1 using @Asynchronous annotation. It seems that:[详细]
2023-04-10 15:16 分类:问答CDI Extensions: Can I expose one interface in two scopes?
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[详细]
2023-04-10 14:54 分类:问答What is the best way to bring down a web application for a quick modification in WebSphere AS?
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[详细]
2023-04-10 14:31 分类:问答Java EE webservices, which one? [closed]
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[详细]
2023-04-10 14:28 分类:问答Testing EJB with embedded container. How can I log in?
I\'m trying to test my EJBs with the embedded container. container = EJBContainer.createEJBContainer();[详细]
2023-04-10 12:01 分类:问答Webservice calling EJB creates SSL exception
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[详细]
2023-04-10 11:43 分类:问答