BLOG

Posts Tagged ‘Apache Open for Business Project’

HotWax Media and OFBiz – 2009 OFBiz Contributions – Part 1

Monday, December 7th, 2009
For the first part of our series highlighting the contributions of HotWax Media to Apache’s Open For Business (OFBiz), we will focus on the following topics:
1. Rebranding the Project
2. Framework Enhancements
3. Platform Stability
– Reviewing Code
– Unit Testing
– Bug Fixing

Rebranding the Project

Following ApacheCon 2008, much of the focus was on steering the project towards greater usability and marketability to compete with the commercial eCommerce and ERP packages.  The thoughts were that we may be an open source project, but there are ample amounts of creative people around the project in order to bring another level of professionalism to the product being developed.
Working with project partner Brainfood for art direction and branding collaboration, HotWax Media began the process of updating the presence and branding around all of OFBiz – starting with the design and branding of the OFBiz home page.  Once the home page and brand identity were complete, HotWax Media proceeded to integrate this look and feel into other pieces of existing collateral (like the project Wiki) as well as developing new features to house the nightly releases and log files from the days OFBiz demo activity.
Framework Enhancements
While this does not represent all of the framework enhancements that we participated in over the past 11 months, this does give you some insight into the different areas where HotWax Media has made an impact:
1. Fixed UEL to support variable name modifiers for an object accessed via a key in a Map.
2. Added a utility method to common component, which can be used with any Type entity, to check if a type_1 is a sub type of type_2.
3. Secure URL’s fixes and encouraged the use of _index feature of freemarker templates.
4. Cleanup for component location (change from location=”org/ofbiz/……… to location=”component://party/script/org/ofbiz……)
5. Refactored widget rendering code to be template driven (easily extendable and customizable)
6. Created a new CSV output renderer for widgets.
7. Implemented database rollbacks for the testing framework allowing for repeated test runs without clearing and reseeding the database
8. Added XPath support to JUEL and MiniLang
9. Added support for child menu items to the Menu Widget
10. Added support for confirmation pop-ups in the Menu Widget
11. Improved performance of the EntityListIterator (which is used extensively throughout the system)
12. Added JSONServiceMultiEventHandler to enable AJAX form submission for multi-forms in OFBiz
13. Provide Hindi translations for multiple components
14. … etc …
Platform Stability – Reviewing Code, Unit Testing & Bug Fixing
So far in 2009, HotWax Media has contributed literally tens of thousands of hours to the Apache Open For Business project.  Out of work, over 50% of the time has been spent in reviewing other contributions, cleaning up the unit testing framework, adding additional tests for better code coverage, writing business level review documents to document processes and providing bug fixes for functionality that is not working properly at the time.
This contribution alone has made massive improvements to the stability of the code and we look forward to duplicating, if not increasing, our contribution in this area in 2010.
What’s Next?
In my next installment of this series, I will discuss our contributions in the area of eCommerce: the frontend, backend, inventory and catalog management, and the marketing of your goods.

Hotwax Media OFBiz

For the first part of our series highlighting the contributions of HotWax Media to Apache’s Open For Business (OFBiz) in 2009, we will focus on the following topics:

  1. Rebranding the Project
  2. Framework Enhancements
  3. Platform Stability - Reviewing Code, Unit Testing and Bug Fixing

Rebranding the Project

Following ApacheCon 2008, much of the focus was on steering the project towards greater usability and marketability to compete with the commercial eCommerce and ERP packages.  The thoughts were that we may be an open source project, but there are ample amounts of creative people around the project in order to bring another level of professionalism to the product being developed.

Working with project partner Brainfood for art direction and branding collaboration, HotWax Media began the process of updating the presence and branding around all of OFBiz – starting with the design and branding of the OFBiz home page.  Once the home page and brand identity were complete, HotWax Media proceeded to integrate this look and feel into other pieces of existing collateral (like the project Wiki) as well as developing new features to house the nightly releases and log files from the days OFBiz demo activity.

Framework Enhancements

While this does not represent all of the framework enhancements that we participated in over the past 11 months, this does give you some insight into the different areas where HotWax Media has made an impact:

  1. Fixed UEL to support variable name modifiers for an object accessed via a key in a Map.
  2. Added a utility method to common component (which can be used with any Type entity, to check if a type_1 is a sub type of type_2).
  3. Secure URL’s fixes and encouraged the use of _index feature of freemarker templates.
  4. Cleanup for component location (change from location=”org/ofbiz/……… to location=”component://party/script/org/ofbiz……).
  5. Refactored widget rendering code to be template driven (easily extendable and customizable).
  6. Created a new CSV output renderer for widgets.
  7. Implemented database rollbacks for the testing framework allowing for repeated test runs without clearing and reseeding the database.
  8. Added XPath support to JUEL and MiniLang.
  9. Added support for child menu items to the Menu Widget.
  10. Added support for confirmation pop-ups in the Menu Widget.
  11. Improved performance of the EntityListIterator (which is used extensively throughout the system).
  12. Added JSONServiceMultiEventHandler to enable AJAX form submission for multi-forms.
  13. Provide Hindi translations for multiple components.
  14. … etc …

Platform Stability – Reviewing Code, Unit Testing & Bug Fixing

So far in 2009, HotWax Media has contributed literally tens of thousands of hours to the Apache Open For Business project.  Out of this work, over 50% of the time has been spent in reviewing other contributions, cleaning up the unit testing framework, adding additional tests for better code coverage, writing business level review documents to document processes and providing bug fixes for functionality that is not working properly at the time.

This contribution alone has made massive improvements to the stability of the code and we look forward to duplicating, if not increasing, our contribution in this area in 2010.

What’s Next?

In my next installment of this series (Part 2), I will discuss our contributions in the area of eCommerce: the frontend, backend, inventory and catalog management, and the marketing of your goods.

- Tim

Tim Ruppert is Chief Operating Officer at HotWax Media as well as an OFBiz project committer and active community member. Tim will join other HotWax Media employees and advisors in periodically posting thoughts here related to OFBiz, eCommerce, ERP, and related topics.

This post is part of a 4 part series. Please find the other posts in this series here:

Read Intro | Part 1 | Part 2 | Part 3 | Part 4

HotWax Media and OFBiz – Introduction

Monday, November 23rd, 2009

Over the course of the past year, the Apache Open for Business Project (OFBiz) has made amazing progress in a number of areas: from re-branding itself to compete with commercial ERP products to adding new integrations to increase the flexibility of the system, from providing new and improved theme support to the front and back-end applications to stabilizing the framework upon which all of these applications have been built, from welcoming much needed business users to expanding the number of committers in the project – it’s been a busy year. Needless to say, throughout all of it, HotWax Media has been right there contributing to the advancement of the project.

apache-open-business

This is the intro to a four-part series, where I will highlight the contributions and donations that have been made by HotWax Media to OFBiz, during 2009. The series breakdown looks like this:

1. The OFBiz Project – the framework, utilities, infrastructure, general applications and marketing of the project.

2. OFBiz Ecommerce – frontend, backend, order management, inventory and marketing of your goods.

3. OFBiz ERP – accounting, manufacturing, warehouses and facility management

4. OFBiz Integrations – payment processing, shipping, multi-channel sales and more.

Stay tuned!

- Tim

Tim Ruppert is Chief Operating Officer at HotWax Media as well as an OFBiz project committer and active community member. Tim will join other HotWax Media employees and advisors in periodically posting thoughts here related to OFBiz, eCommerce, ERP, and related topics.

This post is part of a 4 part series. Please find the other posts in this series here:

Read Intro | Part 1 | Part 2 | Part 3 | Part 4