Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14944
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | markspace <-@.> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Single Class Object Model API, an exercise in style |
| Date | Wed, 30 May 2012 09:27:14 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 26 |
| Message-ID | <jq5hp5$laj$1@dont-email.me> (permalink) |
| References | <53ec2152-3070-4909-824a-6e29f8f716c1@6g2000vbv.googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Wed, 30 May 2012 16:27:17 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="GC1G+YEBq7tNUwQYTaeFcA"; logging-data="21843"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18bPDhaqjNNl/sS03eQqU8nBbHDjdDCjR0=" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 |
| In-Reply-To | <53ec2152-3070-4909-824a-6e29f8f716c1@6g2000vbv.googlegroups.com> |
| Cancel-Lock | sha1:kVBnsMM3qV5NF8LMEfO+2W/Jpzw= |
| Xref | csiph.com comp.lang.java.programmer:14944 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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