Wednesday, March 24, 2010

Browser Back Button Mishaps

set EnableTokenValidation=true for page definition.

<pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"


version="11.1.1.55.36" id="testPageDef" Package="view.pageDefs"

EnableTokenValidation="true">
 

Wednesday, March 10, 2010

Hot Deployment after compiling in your application to weblogic server

This can be done only to web project.

1. Add below tag to the weblogic.xml
<fast-swap>
<enabled>true</enabled>
</fast-swap>
2. Modify the target classes under project properties to the exploded deploy directory, which will be located under c:\documents and setttings/application data/jdeveloper/o.j2ee/drs/<appname>/web-inf/classes.

refresh the browser should take java class changes.