Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add abstract summaries for presentations

The OFBiz track at the Apachecon EU 2014 event in Budapest, Hungary spreads across all aspects of OFBiz: business, development and operations and the speakers are from various countries within the European market space.

The schedule iswas:

#WhoWhereTitleTarget AudiencePresentationAttendance
1Sharan FogaCzech RepublicOFBiz: What Do Business Users See and WantBusiness What Business Users Want.pdf8
2Pierre SmitsThe NetherlandsBrewing with Apache OFBiz - A Case StudyBusinessLink to the wiki page11
3Jacopo CappellatoItalyIntroduction To A Groovy Based DSL For Apache OFBizDeveloper

OFBizDSL_Presentation_ApacheConEU14.pdf

Link to the explanatory wiki page

11
4Olivier HeintzFranceGui Unit Test For Apache OFBizDeveloperApacheEU_2014_TestGui-V4_0.pdf16
5

Nicolas Malin

Gil Portenseigne

FranceApache OFBiz Infra Task Automation For Deployment And HostingOperationsSlideShow-ApacheConBudapest-NMA.pdf11
6Anahita GoljahaniItalyIntroduction To A Recommender System For Apache OFBizDeveloper

Goljahani_ApacheConEurope2014_noAnim.pdf

Link to the page

27

 

 

Abstract Summary: What Business Users See and Want

Every year companies spend large amounts of money looking for and evaluating an ERP to install for their business.The Apache Open For Business (OFBiz) codebase may be robust and the data model impeccable but it is the Business End Users and not necessarily the Technical teams that choose what will be implemented. OFBiz is a free open source ERP which is good value budget-wise - so when the end users come looking - what do they see? Is it what they want or expect?

In this presentation Sharan Foga will take a look at OFBiz through the eyes of the business end users and discuss the key things they see as most important when evaluating an ERP.

Abstract Summary: Brewing with Apache OFBiz - A Case Study

Apache OFBiz is an integrated suite of business applications for Small and Medium Enterprises, enabling uses in domains like CRM, Supply Chain Management, Manufacturing Management, Inventory and Warehouse Management, Project Management and Accounting. As such Apache OFBiz can be deployed in companies active in any area of the manufacturing sector, e.g. assembly, mining, food & beverages,.

Pierre will present a case study of the implementation of Apache OFBiz in a small European brewery and will highlight the challenges, opportunities and business aspects.

Abstract Summary: Introduction to a Groovy Based DSL for Apache OFBiz

Apache OFBiz is a framework and a suite of applications for the automation of enterprise tasks (e.g. ERP, CRM, MRP, E-Commerce). Although usable out of the box, OFBiz often requires the customization of some of its components for managing specific business processes. In order to rapidly and effectively integrate new functionality, developers need a programming environment that allows to focus on the business logic without being distracted by low level coding details.

Up to now, the best practice has been to use Minilang, an xml based Domain Specific Language (DSL) developed by the OFBiz community, together with plain Java and Groovy, when more flexibility is needed. In this presentation, Jacopo Cappellato will outline the limitations of the current approach and will propose a new Groovy based DSL that could become the only language you'll need to know for the customization of OFBiz.

Abstract Summary: GUI Unit Test for Apache OFBiz

Apache OFBiz is an ERP and also a technical and functional framework. It allows you build strong and adaptable solutions for managing a Company. Currently there are a lot of Junit tests for internal business processes but there are no tests for user interfaces, because most of time the standard GUI is modified during the customer project implementation. This presentation will show how to setup a GUI unit test using Selenium and Webdriver to test a the Portal page with portlets, and how to integrate tests into a continuous integration environment - Jenkins (ex Hudson)

With standardized tests like these, it's possible, in a customer project to deploy a complete test coverage to guarantee quality and scalability.