Hello,
I'm learning Java and using JDeveloper. I see that it's an Oracle tool.
I'm developing the exercises that they suggest on its website. However,
I don't like that many things like connection to database, developing
master-details web forms, etc, are based on Wizards.
I would like to code this kind of things instead of depending on
graphic Wizards.
Is it possible to do that on JDeveloper or not? Any examples to point
out?
Thank you!
gevatron@yahoo.com - 19 Sep 2006 22:41 GMT
Wizards and Visual Editors in JDevleoper are just option.
You can just go ahead and code as much as you like.
Each visual editor has a "source" tab that you can use instead of the
visual editor to just edit the code directly.