Деталі електронної книги

Apache OfBiz Cookbook. Over 60 simple but incredibly effective recipes for taking control of OFBiz

Apache OfBiz Cookbook. Over 60 simple but incredibly effective recipes for taking control of OFBiz

Ruth Hoffman, Brian Fitzpatrick

Eлектронна книга
Apache Open For Business (OFBiz) is an enterprise resource planning (ERP) system that provides a common data model and an extensive set of business processes. But without proper guidance on developing performance-critical applications, it is easy to make the wrong design and technology decisions. The power and promise of Apache OFBiz is comprehensively revealed in a collection of self-contained, quick, practical recipes in this Cookbook.

This book covers a range of topics from initial system setup to web application and HTML page creation, Java development, and data maintenance tasks. Focusing on a series of the most commonly performed OFBiz tasks, it provides clear, cogent, and easy-to-follow instructions designed to make the most of your OFBiz experience.

Let this book be your guide to enhancing your OFBiz productivity by saving you valuable time. Written specifically to give clear and straightforward answers to the most commonly asked OFBiz questions, this compendium of OFBiz recipes will show you everything you need to know to get things done in OFBiz.

Whether you are new to OFBiz or an old pro, you are sure to find many useful hints and handy tips here. Topics range from getting started to configuration and system setup, security and database management through the final stages of developing and testing new OFBiz applications.
  • Apache OFBiz Cookbook
    • Table of Contents
    • Apache OFBiz Cookbook
    • Credits
    • About the Author
    • About the Reviewers
    • Preface
      • What this book covers
      • What you need for this book
      • Who this book is for
      • Conventions
      • Reader feedback
      • Customer support
        • Errata
        • Piracy
        • Questions
    • 1. Getting Started
      • Introduction
      • Getting the project code
        • Getting ready
        • How to do it...
        • How it works...
        • Theres more...
        • See also
      • Getting code from the Subversion repository
        • Getting ready
        • How to do it...
          • How it works...
          • See also
      • Fixing IP port collision errors
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • The JAVA_HOME setting
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • "Class Not Found" errors
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Installation verification
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • SSL verification
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Running JUnit tests
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Locating an OFBiz Component
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Locating an OFBiz Application
        • Getting ready
        • How to do it...
          • How it works...
          • There's more...
    • 2. Java Development
      • Introduction
      • Java runtime CLASSPATH
        • How to do it...
        • How it works...
      • Java compile time CLASSPATH
        • Getting ready
        • How to do it...
        • How it works...
      • Naming conventions
        • How to do it...
      • Writing OFBiz Java Events
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Writing OFBiz Java Services
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Debugging using the logfile
        • Getting ready
        • How to do it...
        • How it works...
      • Calling OFBiz Services from a Java program
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Getting and validating request parameters (Events)
        • How to do it...
        • How it works...
        • There's more...
      • Getting and validating request parameters (Services)
        • How to do it...
        • How it works...
      • Managing error messages
        • How to do it...
          • There's more...
      • Using Java properties files
        • How to do it...
        • How it works...
        • See also
      • Sending e-mail from an OFBiz Event or Service
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Handling XML files
        • Getting ready
        • How to do it...
        • How it works...
    • 3. The User Interface
      • Introduction
      • Creating HTML web pages
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Adding actions to Screen widgets
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • HTML markup in Screen widgets
        • How to do it...
        • How it works..
        • There's more...
      • CSS styling in Screen widgets
        • How to do it...
        • How it works...
        • There's more...
      • Platform-specific widgets
        • How to do it...
        • How it works...
        • There's more...
      • OFBiz Tree widgets
        • How to do it...
        • How it works...
        • There's more...
      • OFBiz Menu widgets
        • How to do it...
        • How it works...
      • OFBiz Form widgets
        • How to do it...
        • How it works...
        • There's more..
      • Creating web pages using FreeMarker
        • Getting ready
        • How to do it...
        • How it works...
        • There's more
        • See also
      • Passing Screen widget parameters to FreeMarker
        • How to do it...
        • How it works
        • There's more
      • Calling Java methods from FreeMarker
        • How to do it...
        • How it works...
        • There's more...
      • Forcing FreeMarker to render HTML markup
        • How to do it...
        • How it works
      • Uploading files in FreeMarker forms
        • Getting ready
        • How to do it...
          • How it works...
          • There 's more...
    • 4. OFBiz Services
      • Introduction
      • Managing existing OFBiz Services
        • How to do it...
        • How it works...
        • There's more...
      • Calling a Service from an HTML form
        • Getting ready
        • How to do it...
        • How it works...
      • Calling asynchronous Services from HTML forms
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Calling a Service many times from an HTML form
        • How to do it...
          • How it works...
      • Creating a new Service definition file
        • How to do it...
        • How it works...
      • Creating a new Service definition
        • How to do it...
        • How it works...
        • See also
      • Implementing Services
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Defining Service attributes (INPUT/OUTPUT)
        • How to do it...
        • How it works...
      • Service Event Condition Actions
        • Getting ready
          • How to do it...
          • How it works...
          • There's more...
      • Service groups
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Handling Service errors
        • Getting ready
        • How to do it...
          • How it works...
          • See also
      • Writing Groovy Services
        • Getting ready
          • How to do it...
          • How it works...
      • Mail Event Condition Actions
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Entity Event Condition Actions
        • How to do it...
        • How it works...
        • There's more...
        • See also
    • 5. The OFBiz Entity Engine
      • Introduction
      • Changing the default database
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Connecting to a remote database
        • Getting ready
        • How to do it...
        • How it works...
      • Connecting to multiple databases
        • Getting ready
        • How to do it...
        • How it works...
      • Creating entity groups
        • Getting ready
        • How to do it...
        • How it works...
      • Disabling automatic database checks
        • Getting ready
        • How to do it...
        • How it works...
      • Mapping database data types
        • Getting ready
          • How to do it...
          • How it works...
            • Creating a new entity definition file
          • How to do it...
          • How it works...
      • Creating a new entity model
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Modifying an existing entity model
        • Getting ready
          • How to do it...
          • How it works...
      • Building a view-entity
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
    • 6. OFBiz Security
      • Introduction
      • Securing communications ports
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Disabling demonstration user accounts
        • How to do it...
        • How it works...
      • Protecting OFBiz web pages
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Creating user accounts
        • How to do it...
        • How it works...
        • There's more...
      • Protecting applications using security groups
        • How to do it...
        • How it works...
        • There's more...
      • Protecting views ("Tarpitting")
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Retrieving forgotten passwords
        • Getting ready
        • How to do it...
        • How it works...
      • Changing your password
        • How to do it...
        • How it works...
      • Adding or changing SSL certificates
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • See also
      • OFBiz single sign-on and the external login key
        • Getting ready
        • How to do it...
          • How it works...
          • There's more...
    • 7. WebTools
      • Introduction
      • Cache maintenance
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Changing debug settings
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Exporting database data to XML documents
        • Getting ready
        • How to do it...
        • How it works...
      • Loading database(s) from XML documents
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Managing internationalization labels
        • Getting ready
        • How to do it...
        • How it works
        • There's more...
      • Using the SQL processor
        • Getting ready
        • How to do it...
        • How it works...
      • Exploring the entity reference tool
        • Getting ready
        • How to do it...
        • How it works...
      • Viewing OFBiz usage statistics
        • Getting ready
        • How to do it...
        • How it works...
      • Uncovering artifact information
        • Getting ready
        • How to do it...
        • How it works...
      • Working with temporal expressions
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
    • 8. Web Services
      • Introduction
      • Requesting web services using URL parameters
        • Getting ready
        • How to do it...
          • How it works...
          • There's more...
      • Requesting web services using an HttpClient
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Creating HttpClients and passing XML documents
        • Getting ready
        • How to do it...
        • How it works...
      • Creating XML-RPC web service clients
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Becoming an XML-RPC web service provider
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • OFBiz SOAP messaging clients
        • Getting ready
          • How to do it...
          • How it works...
          • There's more...
      • Generating a WSDL document
        • Getting ready
        • How to do it...
        • How it works...
      • Creating SOAP-compliant web services
        • Getting ready
          • How to do it...
          • How it works...
    • 9. OFBiz Tips and Tricks
      • Introduction
      • Fixing Java memory allocation errors
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Reloading OFBiz seed and demo data
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Creating new seed data files
        • Getting ready
        • How to do it...
        • How it works...
        • There's more
      • Changing the administrative user's password
        • Getting ready
        • How to do it...
        • How it works...
        • There's more
      • Creating a new administrative user
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Getting the OFBiz version number
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Building an OFBiz instance
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Building a single OFBiz Component
        • Getting ready
        • How to do it...
        • How it works...
      • Creating a new OFBiz Component or Application
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Creating a FreeMarker transform
        • How to do it...
        • How it works...
        • There's more...
      • Preparing data using Groovy
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Pop-up new browser windows
        • How to do it...
        • How it works...
        • There's more...
      • Installing an OFBiz Visual Theme
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Creating an OFBiz Visual Theme
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
    • A. Entity Engine by Example
      • Introduction
      • Putting it all together with a data model example
        • Sample use case
        • Entity diagram
        • New entity definitions
        • 2-way SQL join view-entity
        • 3-way SQL join view-entity
        • View-entity reports
        • Next steps
      • Reading data from an OFBiz data source
      • Working with large result sets (EntityListIterator)
      • Removing data from the database (Java)
      • Writing data to the database (Java)
      • Using the automatic sequence generator
      • EntityUtil
        • EntityUtil.getFirst()
        • EntityUtil.filterByDate()
        • EntityUtil.orderBy()
        • EntityUtil.getFieldListFromEntityList()
        • EntityUtil.getRelated()
        • EntityUtil.filterByCondition()
      • EntityOperator reference
    • Index
  • Назва: Apache OfBiz Cookbook. Over 60 simple but incredibly effective recipes for taking control of OFBiz
  • Автор: Ruth Hoffman, Brian Fitzpatrick
  • Оригінальна назва: Apache OfBiz Cookbook. Over 60 simple but incredibly effective recipes for taking control of OFBiz
  • ISBN: 9781847199195, 9781847199195
  • Дата видання: 2010-09-07
  • Формат: Eлектронна книга
  • Ідентифікатор видання: e_3bkr
  • Видавець: Packt Publishing