Sun announced Project WebSynergy two weeks ago, during JavaOne, and, since then, the team has written a number of Posts@BSC; I'll try to start catching up. A recent post explains how to configure WebSynergy to use MySQL; the detailed instructions are at here, and there is also an associated Screencast. Thanks to … |
May
22
2008
Dec
21
2007
JRuby 1.0.3 was recently released and so was Rails 2.0. I decided to try JRuby 1.0.3 +
Rails 2.0 and realized that a few additional steps (because of
Rails 2.0) are required to get a trivial Hello World applcation
up and running. Here are the steps:
- Unzip JRuby 1.0.3.
- Make sure to set JAVA_HOME and JRUBY_HOME.
- Also include JAVA_HOME/bin and JRUBY_HOME/bin in PATH for convenience.
- Install Rails
2.0 as shown below:
…