Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #14944

Re: Single Class Object Model API, an exercise in style

From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: Single Class Object Model API, an exercise in style
Date 2012-05-30 09:27 -0700
Organization A noiseless patient Spider
Message-ID <jq5hp5$laj$1@dont-email.me> (permalink)
References <53ec2152-3070-4909-824a-6e29f8f716c1@6g2000vbv.googlegroups.com>

Show all headers | View raw


On 5/30/2012 12:45 AM, micha wrote:
>       The atoms of SCOM semantic networks are RDF-like triples (Subject
> --Predicate-->  Object).
>       In SCOM, all 3 parts of the triple are 'It' instances


Could you give some examples where this is useful?  Show us some code 
that implements, say, an HTTP request service and a Swing MVC pattern. 
Then tell us why your way is better than the existing frameworks/pattern.


>       - by overriding 'evaluate' method in subclasses of 'It'


I don't like frameworks that jam all their functionality into one 
method.  Method names are important parts of a projects documentation, 
and you lose that if everything is "evaluate."


> C#/C++) but instead dynamically
>       created at runtime (much like classes described by Semantic Web
> Ontology language: 'Owl')


You might want to explain what this actually means.  I doubt most 
programmers are familiar with Owl.  I'm certainly not.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Single Class Object Model API, an exercise in style micha <kernmichel@yahoo.fr> - 2012-05-30 00:45 -0700
  Re: Single Class Object Model API, an exercise in style markspace <-@.> - 2012-05-30 09:27 -0700
    Re: Single Class Object Model API, an exercise in style micha <ludicite@gmail.com> - 2012-05-30 14:57 -0700

csiph-web