I\'m working on a JSF project on Weblogic 11g, and our initial design is calling for JSF Backing Beans to invoke EJB3.0 beans to perform business logic开发者_运维百科 and data access calls. The @EJB a
I am migrating a java web application from OC4J to WebLogic 11g. The application contains the following servlet mapping:
anyone knows the steps to follow when installing开发者_如何学JAVA and setting and creating domain in weblogic11g?
I have installed oracle weblogic server 11g.Implemented开发者_运维百科 RESTFul but as per document when I place there format=json. It should works but it is not working.
Im defining validation constants in \"Struts 1\" validation using a notation like: <constant-name>chars</constant-name>
During deployment ofmy application in开发者_StackOverflow中文版 Oracle weblogic 11g Messages Unable to access the selected application.
I\'m a CM and am responsible for our Continuous build process, and helping the developers define and use the builds correctly. I try to set things up in such a way that the developer merely has to dow
I have deployed war on weblogic with following URL http://xx.xx.xx.xx:6767/em/index.html My cisco loadbalancer probe following URL
I\'ve been trying to installing JDeveloper and Weblogic server , and when trying to login as first time as Administrator in console of weblogic ,
I\'m trying to deploy J2EE application to Weblogic. It consists of web-module and ejb-module. My web-module uses JSF 1.2 and JSTL 1.2.