New pages
From Opentaps Wiki
Jump to navigationJump to search(newest | oldest) View (newer 20 | older 20) (20 | 50 | 100 | 250 | 500)
- 19:13, 6 March 2012 How to Get Rid of an OSGi Bundle (hist) [224 bytes] Sichen (talk | contribs) (New page: Getting rid of an OSGi Bundle you don't need any more is very easy: #. Move the files that you still need to another bundle #. Modify the pom.xml and remove references to the bundle #. ...)
- 11:05, 3 March 2012 Making a Persistent Class with openJPA and OSGi (hist) [6,628 bytes] Sichen (talk | contribs) (New page: As I'm working with the Notes application, I decide to make the Note.java in the notes/domain module persistent, so we don't have to have a separate NoteData.java class in notes/impl/repos...)
- 17:41, 1 March 2012 Implementing Domain Driven Architecture with OSGi (hist) [830 bytes] Sichen (talk | contribs) (New page: Domain classes are the '''nouns''': a Person, a Product, an Order. Services are '''verbs''': CreateOrder, UpdateProduct. They create or modify the domain classes. Services should be use...)
- 22:02, 24 February 2012 How to Create a new OSGi Bundle (hist) [15,014 bytes] Sichen (talk | contribs) (New page: While writing Customizing opentaps 2: an OSGi Tutorial, I realized that one of the Java classes was in the wrong place. <tt>Note.java</tt>, which is the object representation of a not...)
- 00:06, 24 February 2012 Customizing opentaps 2: an OSGi Tutorial (hist) [6,601 bytes] Sichen (talk | contribs) (New page: In this tutorial, I will take you through the steps to customizing the opentaps 2 Notes application and show you how to work with the OSGi framework. Right now our notes application i...)
- 20:03, 9 February 2012 Opentaps 2 i18n (hist) [2,184 bytes] Oandreyev (talk | contribs) (New page: == Internationalization == Adding string resources in the national languages can be implemented in the same way as in the most of Java programs. Strings in the properties file should be s...)
- 14:50, 30 January 2012 Opentaps 2 Service Validation (hist) [2,964 bytes] Jwickers (talk | contribs) (New page: There are currently two level of validations, one at the service level which validates the parameters given, and one at the persistence level. == General Concept == Validation at those l...)
- 01:27, 26 January 2012 Opentaps 2 Automated Testing (hist) [5,110 bytes] Sichen (talk | contribs) (New page: == opentaps 2 Automated Testing == opentaps 2 supports both unit and automated testing.)
- 01:03, 26 January 2012 Opentaps 2 Logging Service (hist) [985 bytes] Sichen (talk | contribs) (New page: == opentaps 2 Logging Service == Logging in opentaps 2 is handled by log4j. The <tt>org.opentaps.core.log.Log</tt> has methods to log messages with OSGi standardized <tt>LogService</tt> ...)
- 21:59, 20 January 2012 Setting up Eclipse IDE for opentaps 2 (hist) [3,008 bytes] Sichen (talk | contribs) (New page: If you use Eclipse IDE, here are some instructions on how to set up Eclipse for opentaps 2 development. == Maven == Go to Help menu, select Install New Software, and install Maven Integr...)
- 01:36, 6 January 2012 Opentaps 2 Framework Technologies (hist) [261 bytes] Sichen (talk | contribs) (New page: The key technologies of opentaps 2 are: * OSGi - the new standard for building and reusing Java modules * Apache Geronimo 3 - application server with native OSGi support * Maven - manages...)
- 23:34, 5 January 2012 Opentaps 2 Notes (hist) [5,666 bytes] Sichen (talk | contribs) (New page: opentaps 2 Notes __TOC__ ==What It Does== This is a very simple yet useful application to demonstrate the concepts and technologies behind opentaps 2. On the server side, there will be...)
- 22:47, 5 January 2012 Opentaps 2 (hist) [6,420 bytes] Sichen (talk | contribs) (New page: * Opentaps 2.0 Planning * ERP Modules with GWT and Domain Driven Architecture) originally created as "Opentaps 2 0"
- 15:30, 2 August 2011 Value Added Taxes VAT (hist) [317 bytes] Sichen (talk | contribs) (New page: Support for Value Added Taxes (VAT) such as those used in Europe and Latin America is provided by the [http://shop.opentaps.org/index.php/vat-module-by-integratingweb.html opentaps VAT Mod...) originally created as "Value Added Taxes (VAT)"
- 18:14, 15 April 2011 Opentaps Analytics Fortune Cookies (hist) [1,073 bytes] Sichen (talk | contribs) (New page: These will add a little fun to the UI: * Know yourself and your opponent, and you will always be victorious. - Sun Tzu * When presented with gold, a sword, and a mirror, the wise man cho...)
- 18:08, 15 April 2011 Opentaps Analytics (hist) [759 bytes] Sichen (talk | contribs) (New page: ''Q: How do I run my business better?'' '''A: Understand it better.''' Opentaps Analytics is a web-based system to help you understand your business results, so you can make better decis...)
- 15:57, 8 April 2011 Opentaps Analytics Data Loader (hist) [12,869 bytes] Sichen (talk | contribs) (New page: __TOC__ == API == === Examples === === Data Model Reference ===)
- 22:35, 21 February 2011 The opentaps Way of Coding (hist) [3,642 bytes] Sichen (talk | contribs) (New page: __TOC__ ==Why the opentaps Way of Coding== Writing code is easy. Maintaining that code through its entire lifecycle is much, much more complicated. We are always thinking of how to c...)
- 19:16, 7 February 2011 Customizing opentaps Applications (hist) [8,233 bytes] Sichen (talk | contribs) (New page: Frequently you will need to customize opentaps applications, such as change the tabs or shortcuts at the top or add new screens. Beginning with opentaps 1.5, you can make these changes wi...)
- 20:38, 6 January 2011 Opentaps Funambol Integration (hist) [317 bytes] Sichen (talk | contribs) (New page: Beginning with opentaps 1.5M3, the opentaps Funambol is now in a separate module. To use it, please check it out to your <tt>hot-deploy</tt> sub-directory: svn co svn://svn.opentaps.org/...)