Displaying 2 results from an estimated 2 matches for "newsml".
Did you mean:
newsmb
2006 Mar 20
0
Re: Rails Digest, Vol 18, Issue 502
I had an Article class and a Publication class, in NewsML, this was
patterned after one NewsML file having references to multiple files, as per
Reuters use. This is a design question, and nothing to do with Rails per se,
I would say; except for the relationship between the DAO and the Business
object, which is identical to MVC in any object oriented prog...
2006 Mar 20
24
Newbie Question about Custom Classes
Sorry if this is a complete newbish question, but I''m trying to wrap
my head around creating custom classes in my rails webapp. I''m
normally a Java developer, but I figured I''d give RoR a try and see
how I like it, and whether it would be useful for production use with
a new client.
Anyways, what are the best practices for custom classes? Where and/or
how do I create