The Artima Developer Community
Sponsored Link

Java Buzz Forum
Angle brackets considered evil :)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Angle brackets considered evil :) Posted: Jul 22, 2004 12:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Angle brackets considered evil :)
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
I was asked what I thought about the entry (and many other comments) Getting rid of XML with Groovy and Janino. Is <site fallbackid="ELEMENT4"> <globalexit name="globalexit1" destid="ELEMENT6"/> <globalexit name="globalexit2" destid="SUBSITE.ELEMENT2"/> ... intrinsically worse than processor.site(fallbackid:"ELEMENT4") { globalexit(name:"globalexit1", destid:"ELEMENT6") globalexit(name:"globalexit2", destid:"SUBSITE.ELEMENT2") I don't think so. As I have said before, I have nothing against angle brackets themselves. It has been how they were weilded. What would make me want to have this config be in Groovy versus XML would be if I needed to do some real logic. E.g. grab some info from a db, loop through it creating nodes. The power isn't in how it looks, it is in the fact that you can do normal programming tasks within your configuration area itself! Give XML a break :)

Read: Angle brackets considered evil :)

Topic: [Jul 14, 2004 14:30 PDT] 11 Links Previous Topic   Next Topic Topic: HP's Alan Kay: His thoughts on computing and programming

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use