He Guru Bruce,

The PDF 'castor xml source code generator  User document' improvements:
-----------------------------------------------------------------------
general
- Remove all the 'extra' newlines from the code / propertie examples.
- Add a chapter how to use the source generator with Ant and a property
  file! Where Ant is in fact the standard building tool.


paragraph 2.1  Usage
- Handy that the extra packages needed in your classpath are not mentioned
  at least you can search again to find out how it is working.
  Include the package names and the url's where to find them!


paragraph 2.2  Source Generator Options
- How to use the properties file? This stupid newbie didn't get it to work.
  In the examples the name is also differned (I just saw, see also below)!
  Nice that command line option to tell castor, where the property file
  can be found.
  Handy that the following command line options can't be included in the 
  property file (or at least it's not explained):
  - lineseperator
  - types
  - f
  - nodesc
  - nomarshall
  - testable
  

paragraph 2.2.3.3  Setting up a super class
- Make a reference / example of JDO implementing this:
 
----------------------------------------------------------------------------
----
  package org.organisation.project;


  import org.exolab.castor.jdo.TimeStampable;


  public abstract class JDOBaseClass implements TimeStampable {
      private long timestamp = TimeStampable.NO_TIMESTAMP;


      public long jdoGetTimeStamp() {
          return timestamp;
      }
      public void jdoSetTimeStamp(long timestamp) {
          this.timestamp = timestamp;
      }

  }
 
----------------------------------------------------------------------------
----
- And reference it also to long transations. Maybe even add a 'Tip' that
this
  technic can be used for web applications!




castor v0.9.3.9
---------------
- In the castor v0.9.3.9 distribution, the presentions HTML pages are not
included
  only the images (directory '\doc\ora-mar-2k').

- examples.zip
  - Here the property file 'castor.properties' for the sourcegenerator is
called 
    differend then in the User document 'castorbuilder.properties'
(paragraph
    2.2 && 2.2.3).


The newbie again


-----Original Message-----
From: Bruce Snyder [mailto:[EMAIL PROTECTED]]
Sent: donderdag 11 april 2002 18:16
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] newbie question about Persistent interface


This one time, at band camp, Cosyns said:

C>Castor seems nice but it is lacking clear documentation and tutorials
C>materials, if those exist somewhere where can I find more explicit
C>information. I am really having a hard time to get in it, not sure of
C>how things should be done.

Cosyns,

What would you like to see as far as documentation and tutorials?
Please let us know so that we can improve those things.

BTW, there are examples for both Castor JDO and Castor XML in
src/examples.

Bruce
--

perl -e 'print
unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only.  It may contain proprietary material, confidential information and/or be subject 
to legal privilege.  It should not be copied, disclosed to, retained or used by, any 
other party.  If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender.  Thank you.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to