Showing entries 31 to 32
« 10 Newer Entries
Displaying posts with tag: v3 (reset)
Configure WebSynergy with MySQL (on GlassFish v3)

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 …

[Read more]
JRuby 1.0.3 + Rails 2.0 Hello World - Additional Steps Required


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:

  1. Unzip JRuby 1.0.3.
    1. Make sure to set JAVA_HOME and JRUBY_HOME.
    2. Also include JAVA_HOME/bin and JRUBY_HOME/bin in PATH for convenience.
  2. Install Rails 2.0 as shown below:

[Read more]
Showing entries 31 to 32
« 10 Newer Entries