view counter

App Development Feed

Oracle application development and Oracle database application development resources, news, and support articles.

New Poll for Best PJC / Java Bean for Forms

Jan Carlin created a poll for the PJC/Java Bean competition. Go here to vote: http://forums.oracle.com/forums/poll.jspa?pollID=226

For a list of links to the bean (so you can remind yourself of what they do) go to Francois' site: http://forms.pjc.bean.over-blog.com/article-27299386.html
To keep this business oriented, I have omitted the games and consolidated the ones with more than one part.

OTN Developer Days - Saint Louis - March 10

OTN Developer Days coming to Saint Louis on March 10. Register" Now!

The OTN Fusion Developer Days are FREE, hands-on workshop that will give developers hands-on experience creating Ajax-enabled, rich Web user interfaces and Java EE-based SOA services with ease.

OTN Developer Days - Saint Louis - March 10

OTN Developer Days coming to Saint Louis on March 10. Register Now!

The OTN Fusion Developer Days are FREE, hands-on workshop that will give developers hands-on experience creating Ajax-enabled, rich Web user interfaces and Java EE-based SOA services with ease.

OTN Developer Days - Saint Louis - March 10

OTN Developer Days coming to Saint Louis on March 10. Register" Now!

The OTN Fusion Developer Days are FREE, hands-on workshop that will give developers hands-on experience creating Ajax-enabled, rich Web user interfaces and Java EE-based SOA services with ease.

Solving the C20K problem: PHP Performance and Scalability

A summary of my talk at PHP Quebec @ http://conf.phpquebec.com

PHP is widely adopted for database-backed RIA.

  • PHP lacks true connection pool; can a commodity database server sustain 20000 concurrent users?
  • How to ensure availability in the face of a database server failure?

Quest Tool for Oracle Database Developers Will Support Microsoft VSTS 2010

Quest Software is launching a beta program to allow Oracle developers to take advantage of the capabilities of Microsoft Visual Studio Team System 2010. The new tool enables Oracle developers to perform offline design, development and change management in VSTS and integrate their changes into the application's automated build schedule, Quest says.

Quest Software is offering an Oracle Database Schema Provider tool for the upcoming release of Microsoft Visual Studio Team System 2010.

SQL Developer 1.5.4 coming soon

Working through the last issues with SQL Developer 1.5.4.  We've done a lot of work with this to address functionality that people required in the base product and now have translated it to 9 languages.
  1. English
  2. German
  3. Spanish
  4. French
  5. Italian
  6. Portuguese
  7. Chinese
  8. Simplified Chines
  9. Japanese
  10. Korean

Once we are happy with the current builds, we'll be out to users as soon as we can.  I also hope that this is the version to be adopted in the Oracle Database 11GR2 databa


Image Authoring

I'd forgotten about GIMP. No, not the one in the movie, the image manipulation one.  Needed to touch up an image for SQL Developer with the correct copyright information and it just works.

Take the Splash Screen for SQL Developer.  Rewrite the copyright and  publish. This apps a keeper.

Do it silently

The task Another often asked question from the forum How can i supress that message FRM-40401..... when doing some programmatic COMMIT_FORM ? And its not only the COMMIT_FORM, it could also be EXECUTE_QUERY with the message FMR-40350... The logic behind Each message or error forms raises has a[...]

Do it silently

The task


Another often asked question from the forum

How can i supress that message FRM-40401..... when doing some programmatic COMMIT_FORM ?

And its not only the COMMIT_FORM, it could also be EXECUTE_QUERY with the message FMR-40350...


The logic behind


Each message or error forms raises[...]

view counter