I have an existing web app which uses Struts for the forward-action... I am trying to create a mobile version (mainly the UI design will be different) of this existing web app.
I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext();
I have a webapp running on weblogic that runs a S开发者_JS百科cheduler on a ServletContextListener.
How to connect data base using jndi datasource in weblogic. i am using following code but it is giving null value for connection
I need to deploy a web applicataion as an exploded archive (instead of .war) due to some legac开发者_运维百科y servlet path location code used in it (ServletContext.getRealPath()). I only have web-bas
I\'m currently working on a prebuilt application running on weblogic. The application consist in NAME_APPLICATION.jar that must be deployed on weblogic.
I run Weblogic 10.3 locally and have a question about the sessionId that it generates. When i print session.getId() i see something that resembles this:
I am developing an application which uses Weblogic portlets and Struts. All I need to do is to load different jsp\'s in the same portlet based on the web browser that client is using.
Trying to understand this documentation: from http://otndnld.oracle.co.jp/document/products/workshop/docs81/doc/ja_JP/workshop/java-class/com/bea/ide/sourceeditor/model/ISourceModel.html
Anyone know of a good example that does this?Seems开发者_JS百科 like a lot of Admin Console configuration (Foreign JNDI Providers?) in Weblogic to make this happen.I\'m a newbie with Spring, but maybe