Showing posts with label oracle. Show all posts
Showing posts with label oracle. Show all posts

PeopleSoft PeopleTools Tips & Techniques (Osborne ORACLE Press Series) Review

PeopleSoft PeopleTools Tips and Techniques (Osborne ORACLE Press Series)
Average Reviews:

(More customer reviews)
Are you looking to buy PeopleSoft PeopleTools Tips & Techniques (Osborne ORACLE Press Series)? Here is the right place to find the great deals. we can offer discounts of up to 90% on PeopleSoft PeopleTools Tips & Techniques (Osborne ORACLE Press Series). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

PeopleSoft PeopleTools Tips & Techniques (Osborne ORACLE Press Series) ReviewThis is hands down the best book available for advanced PeopleSoft programmers. Each chapter builds upon the one before so it's very much a training guide as well as a reference manual. The great thing is that once you reach the end of it (no I haven't yet, I'm still working through it) you'll have some really nice bits of code you can use. The chapter on AWE (Approval Workflow Engine) was particularly well done I thought.
If you work on PeopleSoft software professionally and are serious about development you should really have this book in your collection. It opened a whole new world of possibilities for me and I've been using PeopleSoft for many years.
Here are some more observations:
1) To get the most out of this book you should have access to a PeopleSoft database that you can try things out on. It is heavily based on teach-by-example where concepts are introduced and then reinforced by code that you create and run in PeopleSoft. Actually typing the code for yourself will strengthen your understanding of the concepts presented as well as give you visual feedback.
2) A lot of the book covers Java, JavaScript and AJAX integrations into PeopleSoft. The author assumes that you already know these languages and does not attempt to teach them to you, other than at a very high level. So don't buy this book expecting to learn those languages.
3) If you are new to PeopleSoft development you won't get much out of this book. The target audience here is the seasoned PeopleSoft developer.
4) Many of the topics introduced are not documented anywhere else - at least to my knowledge. This makes the book particularly valuable in my view.
5) If object based PeopleCode is something new to you then I would get this book for that alone. It's covered very nicely.
I wish the Kindle version was available when I bought it but, oh well :-)PeopleSoft PeopleTools Tips & Techniques (Osborne ORACLE Press Series) Overview
Advanced PeopleSoft PeopleTools Development Strategies
Maximize the efficiency and productivity of your PeopleSoft applications from Oracle using the proven methods and best practices in this Oracle Press guide. PeopleSoft PeopleTools Tips & Techniques lays out the benefits of each tactic along with implementation considerations, programming instructions, and reusable code samples. Construct powerful iScripts, build custom UIs, work with Java and Ajax, and integrate the latest Web 2.0 features. Test-driven development, application security, performance tuning, and debugging are also covered in this authoritative resource.

Develop modular logic using PeopleSoft application classes
Incorporate file attachment and approval workflow capabilities
Add Web elements with PeopleCode iScripts and bookmarkets
Enhance functionality using HTML, JavaScript, CSS, and Ajax
Extend PeopleSoft Integration Broker through custom connctors
Effectively merge Java with PeopleCode to create elegant solutions
Use runtime loggers and tracers to test and tune applications
Extend the PeopleSoft Web server with JSP, servlets, and filters
Create Web-based mobile applications using Oracle JDeveloper


Want to learn more information about PeopleSoft PeopleTools Tips & Techniques (Osborne ORACLE Press Series)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Expert Oracle Application Express Review

Expert Oracle Application Express
Average Reviews:

(More customer reviews)
Are you looking to buy Expert Oracle Application Express? Here is the right place to find the great deals. we can offer discounts of up to 90% on Expert Oracle Application Express. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Expert Oracle Application Express ReviewOne of the fundamental problems with most documentation from most technology companies is that the documentation usually contains a bunch of assumed knowledge.
Take for example, the Oracle Application Express Installation Guide for Release 4.1. This document has the following line in Section 1.4 About Choosing an HTTP server. "In order to run, Oracle Application Express must have access to Oracle Application Express Listener, Oracle HTTP Server and mod_plsql or the embedded PL/SQL gateway." Yep. That's right... sort of. As an experienced installer of APEX, I know that they mean: There are three different ways to connect to Oracle Application Express:
The Oracle Application Express Listener
An Oracle HTTP Server and mod_plsql
The embedded PL/SQL gateway
But, if I was a brand new person with no experience, I might wonder if I need the Oracle Application Express Listener + an Oracle HTTP Server + mod_plsql, or the embedded PL/SQL gateway. Reading the rest of the guide might give me an idea, but for a while I might be confused.
However, I often waffle back and forth between what the biggest problem with technology documentation is: Is it assumed knowledge? Or is it the fact that almost all technology documentation tells you what some setting or button does, but it almost always leaves out the `and here is why you would want to do this' information. You could make the argument that they are one in the same, but I usually see them as different problems. The second problem really comes into play when there are choices. If there are no choices then just telling me what I have to do is fine. Just make sure I know how to do it. I once saw a step in an installation guide that was "Configure SQL/Net". No links to other documentation. No explanation on how to do it. Just "Configure SQL/Net". Ummm... Aren't you kind of assuming that I know how to do that? (And lest it seem like I'm picking on Oracle here, I've seen this in all types of documentation from other technology companies like Microsoft and Dell to even simple things like power tools.) But when I have choices, let me know what those choices mean to me and why I'd choose one over the other.
While it would be great if all the documentation from technology vendors addressed both problems, I doubt it will happen soon. Until then we have books like Expert Oracle Application Express.
This book is 13 chapters long and each chapter was written by a different author. At first that sounds like a recipe for disaster. But when you realize that each author is a pillar of the APEX community and a subject matter expert on their chapter and (most importantly) each of the chapters is excellent, you suddenly realize you're holding a treasure in your hands.
Each chapter contains real world experience including the all important `and here is why you would want to do this'. If fact chapter 1 by John Scott addresses the above connection to Oracle Application Express issue. Sure there are three ways to do it, but why would I want to use one way or the other? Well, read chapter 1 and you will know.
I spent 14 years at Oracle and taught hundreds of people how to use Oracle Application Express and I thought at least some of the chapters would be a bit of a review for me, but I can truly say that I learned valuable information from each and every chapter.
I highly recommend this book to anyone who is going to be using Oracle Application Express.Expert Oracle Application Express Overview
Expert Oracle Application Express brings you groundbreaking insights into developing with Oracle's enterprise-level, rapid-development tool from some of the best practitioners in the field today. Oracle Application Express (APEX) is an entirely web-based development framework that is built into every edition of Oracle Database. The framework rests upon Oracle's powerful PL/SQL language, enabling power users and developers to rapidly develop applications that easily scale to hundreds, even thousands of concurrent users. The 13 authors of Expert Oracle Application Express build their careers around APEX. They know what it takes to make the product sing-developing secure applications that can be deployed globally to users inside and outside a large enterprise. The authors come together in this book to share some of their deepest and most powerful insights into solving the difficult problems surrounding scalability, globalization, configuration and lifecycle management, and more. You'll learn about debugging and performance, deep secrets to customizing your application user interface, how to secure applications from intrusion, and about deploying globally in multiple languages. Expert Oracle Application Express is truly a book that will move you and your skillset a big step towards the apex of Application Express development.
Presents best-practices and development insights from leading experts in the field
Addresses globalization, scalability, security, and other concerns of enterprise-level development
Shows how to customize APEX for your own application needs


What you'll learn
Solve tough problems in scalability in order to serve thousands of users
Design applications to sidestep performance problems and easily scale upwards
Deploy applications globally while respecting linguistic and cultural differences
Customize applications by exploiting APEX's roots in PL/SQL
Reduce the stress of managing application lifecycle and configuration
Secure outwardly-facing applications and their data from intrusion

Who this book is for
Expert Oracle Application Express is aimed at APEX developers who seek the deepest possible knowledge of Oracle Application Express and how to develop with it. Readers should know and be proficient with APEX, and be prepared to expend some mental energy in absorbing the high-end material in this book.

Table of Contents
OHS, EPG, and APEX Listener Compared
Oracle APEX 4.0 Charts Inside Out
Tabular Forms
Team Development
Globalization
Debugging
Dynamic Actions
Security
Lifecycle Management
Working with APEX Collections
Plug-Ins
Architecture
Advanced Interactive Reporting


Want to learn more information about Expert Oracle Application Express?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...