• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

what next after object oriented programming

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
computer science in 1970 relied on modular programming and so c and c++ were developed
in 1990 object oriented programming came to scene and presently object oriented programming languages like java .net rule roost
what will be next development after OO programming???
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ill say, spuck-oriented programming. No more objects. We program direct to the machine-language. We think it, code it, and boom, we time-travel, or whatever you wish.
 
Ranch Hand
Posts: 687
Hibernate jQuery Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AI
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, we've stepped back quite a bit already from object-oriented programming; we've got XML-oriented programming (configuration-driven programming) in a lot of cases now.

Quite a few folks seem to think that MDA -- Model Driven Architecture, in which a product specificiation is used to automatically generate all code, with no actual programming involved -- is the next big thing. I think in certain application areas, that's probably true, although not generally.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ernest Friedman-Hill:
Well, we've stepped back quite a bit already from object-oriented programming; we've got XML-oriented programming (configuration-driven programming) in a lot of cases now.

Quite a few folks seem to think that MDA -- Model Driven Architecture, in which a product specificiation is used to automatically generate all code, with no actual programming involved -- is the next big thing. I think in certain application areas, that's probably true, although not generally.




Yeah, I love it. Make a Drawing and POOF! System!

Mark
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's next?

Colossus, P1, Skynet, Janus and the CodeMaker.

(For the non-SciFi fans, these are all examples of future software gone horribly wrong).
 
town drunk
( and author)
Posts: 4118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BPM.

As a guy who's written several books on Java, who's heavily invested in it's success, and has worked for Sun Microsystems and IBM, BPM is to JEE what JEE is to assembly.
[ February 17, 2007: Message edited by: Max Habibi ]
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ESB

Enterprise Service Bus

The easy way to move messages and transform them between disparaging systems.

Mark
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I hate working with disparaging systems.
 
Ernest Friedman-Hill
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Seriously. I'll be all, like, typing away, and all of a sudden the disparaging system will be like, all "Your shirt is ugly", and I'll be like, all "your algorithms are primitive," and then it'll just be like all, "you need a shave", and so I'll be like, "you lack cohesion." And we just go back and forth like that until one of us storms out.
 
Max Habibi
town drunk
( and author)
Posts: 4118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dude, you crack me up
 
Jim Yingst
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you think maybe Mark meant desperate systems? Those can also be difficult to work with. You think you've found a nice, reliable place to store your data - and then one day you find out that it's been sold at the local pawn shop in order to raise cash for a quick fix of RAM. Very discouraging. So far random testing seem to be the best way to at least detect such problems, but maybe this "ESB" thing can help prevent such problems at the source. That would be cool.
 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SOA.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

SOA



Architecture trends come and go, but language trends are more long-lived. SOA could be implemented in any programming language paradigm invented so far, and in any that's still to come, as long as it's Turing-complete. (Of course, a language would be rather uninteresting if it weren't.)
[ February 19, 2007: Message edited by: Ulf Dittmer ]
 
I yam what I yam and that's all that I yam - the great philosopher Popeye. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic