Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 54 Next »

 


Data Model

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



 

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.

.

 


Learning

"Apache OFBiz Development: The Beginner's Tutorial ."

  A tutorial on release 4.0, 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"

  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"

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

 

 

 

 

 

"Getting Started with Apache OFBiz Manufacturing"

  An introduction to OFBiz Manufacturing Application.

 

 

 

 

 

"Getting Started with Apache OFBiz Accounting"

  An introduction to OFBiz Accounting Application

 


Accounting and Supply Chain

Accounting Best Practices, 7th Edition


 

This book 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"

  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"

  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"



  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.

 

 

 


User Interfaces and HTML/CSS

"Don't Make Me Think!"

  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"

  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"

  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)"

  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"

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"

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

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

To 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)"

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

 

"Gradle in action"

   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"

  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"

  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"

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

 

 

 

 

 

  • No labels