I've seen some variations on defining a class for a file in
com/mycompany/myapp/vo
import org.nevis.cairngorm.vo.ValueObject;
public class myVO implements ValueObject
or
public class myVO implements org.nevis.cairngorm.vo.ValueObject
also I think in 1.5 you would do
public class com.mycompany.myapp.vo.myVO implements [either long or
short ValueObject as above]
Which is the correct/proper to use?
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

