Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: packtpub images uploaded

Table of Contents

Learning OFBiz

Data Model

...

"The Data Model Resource Book, Volumes 1, 2 & 3"

...

Learning

...

Apache OFBiz Development: The Beginner's Tutorial .

...

Image Removed  Image Added A tutorial from Jonathan Wong and Rupert Howell, published by Packt Publishing. Covers only on release 4.0 but, as it's based on basic functionnalities, all should still apply. Good to know: Packt pays a percentage of the entire sales back to the ASF

...

Apache OfBiz Cookbook

...

Image Removed From Ruth Hoffman, published by Packt Publishing. Over Image Added Over 60 simple but incredibly effective recipes for taking control of OFBiz. Good to know: Packt pays a percentage of the entire sales back to the ASF

...

OFBiz E-Commerce Out-Of-The-Box

...

Image Added   An In-depth look at the OFBiz with a special emphasis on the eCommerce application.






Getting Started with Apache OFBiz Manufacturing

Image Added   An introduction to OFBiz Manufacturing Application, written by Sharan Foga. ISBN: 978-1-304-56-72-8






Getting Started with Apache OFBiz Accounting

Image Added  An introduction to OFBiz Accounting Application, written by Sharan Foga. ISBN: 978-1-312-24298-2


...

Data Model

The Data Model Resource Book, Volumes 1, 2 & 3

Image Added
Image Added
Image Added 

The OFBiz Data Model was mainly developed using the entity designs from these books. Although OFBiz uses a variation on these models, these books are an excellent reference and design guide for handling business related data. Most of the concepts described are actively used, enough so that it very worthwhile to buy at least the first volume (Volume 1) of this collection.

Image Removed Looking for an easy to read overview of the Apache OFBiz eCommerce application? Well here it is! This book looks at the OFBiz eCommerce application as demonstrated by the website storefront provided out-of-the-box. The reader is stepped through the OFBiz e-commerce experience with clear conscise explanations focused on what to expect from OFBiz from the start.

...

"Getting Started with Apache OFBiz Manufacturing & MRP (Release 12.04)"

...

Image Removed This book is an introduction to the Apache Open for Business (OFBiz) Manufacturing Application. It is written for the complete novice end user who wants to understand what is available with OFBiz 12.04 manufacturing "out of the box". A full beginner's tutorial is included as an Appendix.


...

Accounting and Supply Chain

...

Accounting Best Practices

...

, 7th Edition


Image Added Image Removed

This book is one of many accounting and financial management books by Steven M. Bragg. It covers general processes and methods for financial and to some extent general enterprise resource management. It is understandable for those who are not accountants, yet still of incredible value to those who are. These are some of the best practices approaches that we have already or plan to incorporate into the OFBiz applications.

...

Supply Chain Strategy

...

Image Removed
This book is to Supply Chain Management what Steven Bragg's book is to Accounting. It Image Added   This book is a great resource for inventory and warehouse management best practices and includes numerous examples of statistical analysis in addition to various processes and methods.






...

Reporting, Warehousing and Mining

...

The Data Warehouse Toolkit, Second Edition

...

Image Removed
Image Added   This book covers general data warehousing principles, but perhaps even more useful it also includes discussion of warehousing strategies and models for things such as retail sales, inventory, procurement, order management, CRM, accounting, human resources, financial services, utilities, transportation, education, health care, ecommerce, and insurance. In essence there is a lot of useful information here for future expansion of OFBiz.

...





Data Mining, Second Edition

...

and

...

Document Warehousing and Text Mining

...

Image Added
Image RemovedImage Added
  Data Mining, Second Edition covers general data mining principles with practical demonstrations based on the open source Weka software. These concepts and tools are used for things such as classification, clustering, decision trees, etc. Has brief coverage of text mining, but on that topic Document Warehousing and Text Mining is much more complete and applicable. Image Removed




...

User Interfaces and HTML/CSS

...

Don't Make Me Think!

...

Image Removed
Image Added   This is a great book about designing web sites and web-based user interfaces for ease of use and navigation. Very highly recommended, with solutions to common problems that come up in web site and applications all the time.

...





The Design Of Sites

...

Image Removed
Image Added   This book has less general theory and more specific examples of good designs for all sorts of general purposes from information layout to navigation to general and advanced ecommerce.

...





The Zen of CSS Design

...

Image Removed
Image Added   This is a great book about effective use of CSS for web sites. These patterns help achieve goals such as easily changing L&F with only CSS changes, and minimizing the explicit styling information in HTML, ie using more implicit structure information and special purpose classes or ids. The companion web site has some great examples: http://www.csszengarden.com/

...




Designing with Web Standards (2nd Edition)

...

Image Removed
Image Added   Standards, argues Jeffrey Zeldman in Designing With Web Standards, are our only hope for breaking out of the endless cycle of testing that plagues designers hoping to support all possible clients. In this book, he explains how designers can best use standards - primarily XHTML and CSS, plus ECMAScript and the standard Document Object Model (DOM) - to increase their personal productivity and maximize the availability of their creations. Zeldman's approach is detailed, authoritative, and rich with historical context, as he is quick to explain how features of standards evolved. It's a fantastic education that any design professional will appreciate.



...

Java & J2EE

...

Head First Java

...

Image Removed
Image Added This book is a good introduction to Java and object oriented programming principles. Recommended for those doing lower level or more technical development or customization of OFBiz, or who wish to have a better general understanding of how the system fits together.

...




Core J2EE Patterns

...

Image Removed
Image Added This book is an excellent introduction to general best practice J2EE design patterns. Many of the concepts used in the OFBiz core framework are explained in this book. It covers the various tiers of a J2EE application included presentation, business logic and persistence. As a side note, the patterns on The ServerSide are an excellent supplement to this material.





Java Concurrency in Practice

Image Added The reference for concurrency in Java, here is note from 2015 by the author about the pertinence of this 10+ years old book.


Refactoring by Martin Fowler

Image AddedTo learn more about Refactoring, the natural starting point is the Refactoring Book. You should also have a look at the online catalog of refactorings


...

Groovy and Gradle

Groovy in action (2nd edition)

Image Added   This book is recommended by several users of the Apache Groovy Mailing List


Gradle in action

Image Added   This book is recommended by several users of the Apache Groovy Mailing List and Taher who moved OFBiz from Apache Ant to Gradle


The books above are reference books, if you look for a cookbook like book, you will certainly be interested by Groovy Goodness Notebook and Gradle Goodness Notebook


...

Other Stuff

...

Understanding Open Source & Free Software Licensing

...

Image Removed
Image Added   This book contains good coverage of general issues related to open source licensing for both producers and consumers of the software. Also covers in depth the various families of open source licenses (MIT/BSD/Apache/Artistic, GPL/LGPL/Mozilla, Qt/Artistic/Creative Commons, Proprietary, Sun Community, Microsoft Shared Source).

...




Pragmatic Version Control Using Subversion

...


  This is a good book about general project and development process enablement and support, with details and examples based on Subversion (including taking advantage of the improvements in Subversion over CVS that make certain processes so much easier).

...




SQL In a Nutshell, Second Edition

...

Image Removed
Image Added   Just a good general book about SQL. A general reference based on the SQL2003 standard and covers details of SQL Server, DB2, MySQL, Oracle, and PostgreSQL.

...




XSL-FO, Making XML Look Good in Print

...

Image Removed
Image Added   This book covers general information about the XSL-FO standard from W3C and has extensive example of how to achieve specific effects and such.