September 2008
Intermediate to advanced
744 pages
19h 33m
English
This chapter is a bit of a catch-all. It covers some of the common issues you might encounter when running your applications in a production environment. You'll find a number of techniques and features that can make managing your applications a bit easier.
One very commonly recurring question regarding APEX is how you can provide a "nice" URL for your end users to access your application. In other words, rather than the user needing to type this to access the home page (page 1) of application 228:
http://yourdomain.com:7777/pls/apex/f?p=228:1
you can give them a URL like this:
http://yourdomain.com/accounts.html
or perhaps this:
http://accounts.yourdomain.com
As you should expect by now, there are actually ...
Read now
Unlock full access