Archive for the 'Developer Suite' Category
Wednesday, July 16th, 2008 by Roel
Last month Oracle released a statement of direction for SQL Developer (here it is). Apart from the enhanced testing capabilities the most important feature will be the support of graphical logical and physical data modeling - just like you normally would do using Oracle Designer - using the acquired CDW4ALL extension. This modeling can be [...]
Popularity: 315 points
Posted in Designer, Developer, Developer Suite, Oracle System Development | No Comments »
Thursday, June 26th, 2008 by Roel
Using the Preferences of SQL Developer you can register a User Defined Extension (UDE). This UDE is just a small XML file containing a command or query. If your Oracle Designer Repository is queriable by the user you use for your connection, you can show the Table Definitions in Designer alongside the definitions in the [...]
Popularity: 256 points
Posted in Developer, Developer Suite, Oracle System Development | No Comments »
Thursday, April 26th, 2007 by Bart
and wants to upgrade to Forms 10g without the fuss of upgrading Headstart 3.4.2 to 6.5.4?
At our Oracle Competence we run a succesfull Designer/Developer migration solution in which we had to upgrade a Designer 1.3.2 repository to 10g, including the use of the latest version of Headstart.
It’s no fun to modify all the Forms code [...]
Popularity: 378 points
Posted in Designer, Developer, Developer Suite | 3 Comments »
Thursday, April 26th, 2007 by Bart
At our Oracle Competence we run a succesfull Designer/Developer migration solution in which we upgrade Forms from version 3.0-9i to 10g. Every now and then one of our customers raises the question if it’s possible to run Oracle Webforms in client-server mode “like they used to do”.
The arguments against running webforms in a browser are [...]
Popularity: 684 points
Posted in Application Servers, Designer, Developer, Developer Suite | 1 Comment »
Thursday, July 20th, 2006 by Gideon Liem
This is just a small blog entry about the way I am populating my selectOneChoice (i.e. dropdown-list) in ADF Faces.
Some problems we encountered when drag-and-dropping a selectOneChoice was that in stead of returning back the right value, it returned the index of the choice you selected.
One effective and simple way on how to populate your [...]
Popularity: 817 points
Posted in Developer Suite, Oracle J2EE | 8 Comments »
Monday, July 10th, 2006 by Cesar Koot
Building a Search Form can be deceivingly easy if you’re using ADF Faces as a framework. Steve Muench has put a very clearly explained screencast on his blog, but to save you some time we’ll just explain the key parts of quickly creating a Search Form in ADF.
We assume you have your model ready: View [...]
Popularity: 486 points
Posted in Developer Suite, Oracle J2EE | 3 Comments »
Wednesday, July 5th, 2006 by Gideon Liem
Here in Rijswijk we are working on our first ADF Faces project. We already tackled some stumbling-blocks so far, but I thought this stumbling block was worth mentioning here on blogging about oracle. It can maybe help those who are newbies (like me) concerning ADF Faces.
I tried several different approaches to handle Partial Page Rendering [...]
Popularity: 446 points
Posted in Developer Suite, Oracle J2EE, Oracle System Development | 3 Comments »
Friday, June 30th, 2006 by Robert Willems of Brilman
One of the most important aspects of system development is, in my eyes, the acceptance of the product by the customer. One of the things our customers are quite particular about is the look-and-feel of the application. It must follow their house rules to be accepted.
In the UIX era we would override the renderers (especially [...]
Popularity: 413 points
Posted in Developer Suite, Oracle J2EE, Oracle System Development | 4 Comments »
Monday, June 12th, 2006 by Roel
I found a nice blog where the future of Forms is described. Click here for the complete article.
Popularity: 261 points
Popularity: 261 points
Posted in Developer, Developer Suite | No Comments »
Tuesday, May 23rd, 2006 by Marcel Lipman
What is a web service anyway?A web service is a software component that can be called from another software component.Communication with web services is done via the SOAP protocol. Web services can be implemented in any environment (well, in theory). They can also be called from any environment, as long as it can handle SOAP [...]
Popularity: 954 points
Posted in Developer Suite | 14 Comments »