-
Realjenius.com is ChangingR.J. LorimerTue, Sep 8 2009 @ 3:54 am
-
FriendFeed's Pseudo-ODBR.J. LorimerFri, Feb 27 2009 @ 11:29 pm
-
RubotoR.J. LorimerThu, Feb 26 2009 @ 4:33 pm
-
Constructor CompletionR.J. LorimerTue, Jan 20 2009 @ 3:44 pm
-
The Call of ChrismathuluR.J. LorimerFri, Nov 7 2008 @ 2:38 pm
Ruby
Getting True Java Classes in JRuby
Thu, 09/25/2008 - 18:41 — R.J. LorimerThis is an interesting thing I ran across when dealing with JRuby 1.1.4 and Swing - some of this may be just my lack of understanding of some of the Java integration features, some of it may be lingering bugs in the Java integration, and some of it may just be what has to be done to make it work; anyway - here goes.
JRuby 1.1.4 Released
Fri, 08/29/2008 - 05:41 — R.J. LorimerJRuby 1.1.4 has been released.
There are a huge number of repairs and performance improvements related to the Java integration in this release. This is great for me, as I have hit some real stumbling blocks trying to build Swing GUIs with JRuby 1.1.3, and the bugs I was being tripped up by, have been fixed.
Highlights after the break:
JFace + JRuby + TableViewer = Confused Jenius
Tue, 08/21/2007 - 02:45 — R.J. LorimerOk, so I’m working with SWT/JFace and JRuby, and I have so far implemented a fairly straightforward UI. Unfortunately, no matter what I do, when I run my little GUI program outside of debug mode, my lone TableViewer renders empty. If, however, I run in debug mode, it renders just fine.
Glossing over any minor technical details, it’s a run of the mill JFace TableViewer, backed by a ContentProvider (IStructuredContentProvider, actually) that calls into a Ruby model to get the list of items.
JRuby and Java Arrays
Fri, 08/17/2007 - 17:19 — R.J. LorimerRecently, I’ve been toying with JRuby, and for the most part, I’ve been very pleased with the experience.
