Share

OpenAppFactory

File Release Notes and Changelog

Release Name: 0.12

Notes:
Copyright 2009 Yossi Ben Haroosh, technoyos@gmail.com
Project's Homepage : http://sourceforge.net/projects/openappfactory/

This file is part of Open App Factory (OAF).

Open App Factory is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Open App Factory is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Open App Factory.  If not, see <http://www.gnu.org/licenses/>.
=========================================================================

					Open App Factory Version 0.12
							Release Notes
2009-01-19

OAF-0.12
--------

=============
Released Applications:
=============
* Inventory Transactions Viewer - provides quick insight into historical 
inventory levels for a product. 
* Business Partner Locator - Locates a bussiness partner (customer,vendor etc.)
on a Google map. Provides contact info (email,phone,website etc.) and 
information on business partner's address accuracy.

==========================
Supported backend systems:
==========================
1.Openbravo 2.40 running on Postgresql.

=====================
Required OAF Services
=====================
In order for the applications provided in this release to work, the following
OAF services must be deployed:
* OBGetTransactions
* OBGetItemId
* OBGetBPId
* OBGetBPAddress
Each OAF service is packaged as a WAR file, contained in the 
openappfactory-0.12-services-bin.zip archive. Make sure all of 
them are deployed successfully.

=====================
Installation Summary:
=====================
Most users would want to install OAF from the binary distribution.
The general steps required to install, configure and run OAF:
- Download the latest binary distribution of BOTH OAF-client and OAF-services.
- Deploy the OAF-services WAR files to a servlet container (e.g. Tomcat).
- Copy the OAF-client files (swf,html and xml files) to a folder on your 
web server.
- To run an application, access the html file on your web server using 
your favorite browser.
A detailed installation guide can be found in the documentation folder
of the Open App Factory's sourceforge project:
http://sourceforge.net/project/showfiles.php?group_id=249817&package_id=305473

OAF-0.11
--------

=============
Applications:
=============
* Inventory Transactions Viewer - provides quick insight into historical 
inventory levels for a product. 

==========================
Supported backend systems:
==========================
1.Openbravo 2.40 running on Postgresql.



Changes: Copyright 2009 Yossi Ben Haroosh, technoyos@gmail.com Project's Homepage : http://sourceforge.net/projects/openappfactory/ This file is part of Open App Factory (OAF). Open App Factory is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Open App Factory is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Open App Factory. If not, see <http://www.gnu.org/licenses/>. ========================================================================= Open App Factory Version 0.12 Change Log 2009-01-19 OAF-0.12 -------- * Added OutputPath context variable in OAF-services to enable support for both Windows and Linux/Unix path for output XML generated by OAF-services * Added Business Partner Locator application * Added more meaningful alerts in applications related to OAF-services connectivity issues * Added GPL license statements throughout code * Improved OAF-InstallGuide.pdf installation document * Added OAF-BPLocator.swf recorded demo of the Business Partner Locator app * added tar.gz archives in addition to .zip 2009-01-11 OAF-0.11 -------- * Added OpenappfactoryConfig.xml as a global client configuration file. Now multiple applications share the same config file. * Added crossdomain.xml to enable calling remote services from the client applications. * Added documentation to the project's documentation folder.