The Artima Developer Community
Sponsored Link

Java Buzz Forum
Tweaking on the bleeding edge: Ruby vs. Java

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
Tweaking on the bleeding edge: Ruby vs. Java Posted: Sep 23, 2005 10:47 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Tweaking on the bleeding edge: Ruby vs. Java
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

Something clicked recently, after I compared a couple of scenarios of recently life.

The two cases have to do with extending your framework, especially on the bleeding edge.

Extending Java: Hibernate and XDoclet

Ben Ellingson has been working on an Adigio project that is pushing the edge with Hibernate 3 and XDoclet 2.

To get things working, both Hibernate 3, and the XDoclet 2 plugin had to be patched, resulting in our own builds.

Luckily, there are JIRA issues filed, and in the Hibernate 3 case a fix seems to have already been put in.

Extending Ruby: Rails

In another life, a Rails project needed to alter the way Rails did something. Rather than having to have a special jar file, or dependency, or anything like that, all that needed to be done was to re-open the classes that needed tweaking, and change the methods!

Having a system that allows open classes is a pleasure when it comes to making changes like this. So much cleaner!

Read: Tweaking on the bleeding edge: Ruby vs. Java

Topic: I'll buy you a beer... Previous Topic   Next Topic Topic: C-JDBC JDBCRecoveryLog, FileRecoveryLog

Sponsored Links



Google
  Web Artima.com   

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