I want to deploy a HashMap of configuration to the JNDI tree of Glass Fish server. I am开发者_如何学编程 migrating a framework from Weblogic to GLassfish. Previously it was done via the following code
I need to execute some stuff asynchronously after a EJB method is called. This need seems to be fulfilled in EJB 3.1 but unfortunately we\'re not there yet and have to use 3.0 version.
I am trying to profile my Spring Web app running开发者_开发问答 on WebLogic 9.2 JRockit Mission Control 4.0 works perfectly except it doesn\'t capture Spring Beans method invocations. Are there any t
html <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
I am working on a weblogic application farm that is hosting a few dozen applications. I would like to build a common application that will do lookups from a database. I need my program to be accessabl
Is there a folder in the Domain Directory of Weblogic, where files put inside can be accessed directly from web browser? In other word, I do开发者_如何学Cn\'t have to pack the file in an ear, war file
I used Spring framework and oracle weblogic 10.3 as a container. I used workmanager for manage my thread, I already made one thread that managed by workmanager. Fortunately spring provide the delegati
I\'ve created a simple EJB3 test project, the code is simple: @Stateless @Remote( { ISumaSimple.class })
This question already has answers here: What exactly is Java EE? (6 answers) Cl开发者_开发百科osed 6 years ago.
I am running weblogic 9. When I enter an incorrect URL below the application root I redirect 404 request to a customized error page.