Keyboard shortcut to Search for members in class source for JDeveloper 11g
Use the 'Ctrl+Shift+~ ' this will prompt fabulous structure window as bellow here u can search for fields & method in class.This widow also show method from your extended ones so you can get quick outline.
Keyboard shortcut to Search for words in JAVA class source for JDeveloper 11g
Use the 'Ctrl+E' this will prompt search window like bellow one ,what ever u keyin to this it will search in java source file . and to find next appearance of word u have to just press 'Ctrl+E' ,& u will find that word
Delete files from Jdeveloper or exclude files from the Jdeveloper project
If you want to delete files from your project make sure to use the ‘File-menu’ ‘Erase from disk’ instead of the delete icon in your application navigator। If you use this delete-icon this means an exclude-option is added to your project-properties so the files aren’t shown anymore, but they still exist.
Navigation between pages without validation-exceptions being thrown For Jdeveloper 10g
You want to be able to navigate away from a creation-page but the validation-exceptions are always triggered => use ‘immediate=true’ attribute on the command-link or the menutab-component so validation isn’t fired. You’re getting ‘current rowkey has been modified’-exceptions, set the enableTokenValidation-attribute on the pageDefinition-file to false so rowkey-validation isn’t performed
2 comments:
Thats really interesting man......
From where can i download JDeveloper?
Is it free?
Looking forward for some more post on the inventions made in the field of Java & J2EE..
Keep doing good!
HI bhavya,
You can download JDeveloper from www.otn.oracle.com . It's free. JDeveloper is nice initiative from oracle for J2EE developer which provide excellent 4GL feature.
Regards
Pravin
Post a Comment