Hello, quick and easy (hopefully) question

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




Reply via email to