Expert Oracle application express plug-ins building reusable components
Expert Oracle Application Express Plugins is your "go to" book on the groundbreaking plugin architecture introduced in Oracle Application Express 4.0. Using the new APEX functionality, you can create well-packaged, documented, reusable components and reliably leverage your coding investmen...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
New York :
Apress
2011.
|
Edición: | 1st ed. 2011. |
Colección: | Expert's voice in Oracle.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628956706719 |
Tabla de Contenidos:
- Title page; Copyright page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; CHAPTER 1 Introduction to Plug-Ins; About This Book; Plug-Ins and Their Advantages; Getting Started; Oracle Database; APEX Instance; Development IDE; Web Browser; Web Server; Summary; CHAPTER 2 Plug-In Fundamentals; Creating a Plug-In; Plug-In Components; Name; Subscription; Settings; Source; Callbacks; Standard Attributes; Custom Attributes; Name; Settings; List of Values; Default Value; Condition; Help Text (for the Custom Attribute); Files
- EventsInformation; Help Text (for the Plug-In); Licensing; Summary; CHAPTER 3 Item Plug-Ins; Business Problem; Example Scenario; Solution Requirements; Building the Item Plug-In; Creating the Plug-In and a Test Page; Initial Configuration; Including JavaScript Code; Adding Custom Attributes; Rendering Function; Adding a Validation Function; Wrapping Up; Events; Summary; CHAPTER 4 Dynamic Action Plug-Ins; About Dynamic Actions; How Dynamic Actions Work; Example Business Problem; Building the Dynamic Action Plug-In; Initial Configuration and Setup; Custom Attributes; Render Function; JavaScript
- Testing It OutSummary; CHAPTER 5 Region Plug-Ins; Background on Regions and AJAX; Regions; AJAX; Example Business Problem; Building the Region Plug-in; Initial Configuration and Setup; Custom Attributes; Creating a Test Page; Creating the Render Function; Creating the AJAX Function; JavaScript; Writing the AJAX Callback Function; Testing the Plug-in; Summary; CHAPTER 6 Process Plug-ins; PL/SQL Region vs. Process Plug-in; Business Problem; Building the Process Plug-in; Resolving Technical Requirements; Setting up Initial Configuration; Adding Custom Attributes; Execution Function
- Testing it OutSummary; CHAPTER 7 Best Practices & Community; When to Create a Plug-in; Be Aware About Security; Cross-Site Scripting Attacks; SQL Injection Attacks; Protect Sensitive Information; Instrument Your Code; Comment Your Code; Base Your Code Upon Templates; Versioning External Files; Compress JavaScript and CSS Files; Put Thought Into Your Error Handling; Write Good Help Text; Participate in the Plug-in Community; Summary; CHAPTER 8 Debugging & Tools; Debugging and Code Instrumentation; JavaScript Console Wrapper; APEX Debug; Tools; Firebug and Console in the Firefox Browser
- jQuery UI Widget FactoryApache HTTP Server; APEX Dictionary and APIs; APEX Dictionary; APEX APIs; Summary; INDEX