|
Re: [jruby-user] Newbie questions: JRuby desktop application: msg#00228lang.jruby.user
There are two groups at my company right now that are working on applications like you've described. One is definitely what you'd call a desktop application; the other is not meant to be run by a user, but it is distributed and run in the same way. I'm going to answer your first and third questions together. When we're developing our application, we have our code laid out like any other Ruby application; a bunch of Ruby files in lib, test, bin, etc. When we are running our tests, we use the jruby executable that is distributed with the jruby-bin file. Then, when we go to publish a build, our build script uses JarJar to roll our Ruby files and the jruby-complete jar into a single jar. This jar can then be run by the user just as they would any other jar (java -jar, double clicking in Windows, or whatever). In terms of JVMs, you'll need 1.5 or newer to run the latest. I don't know about any sample programs you could download and our applications aren't something we can share with you either. On 11/30/07, Jari Williamsson <jari.williamsson@xxxxxxxxxxxxxxxxxx> wrote: I've scanned through the JRuby FAQ's and Wikis, but I can't find an |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [jruby-user] Newbie questions: JRuby desktop application: 00228, Stefan Magnus Landrø |
|---|---|
| Next by Date: | Re: [jruby-user] Newbie questions: JRuby desktop application: 00228, Charles Oliver Nutter |
| Previous by Thread: | Re: [jruby-user] Newbie questions: JRuby desktop applicationi: 00228, Charles Oliver Nutter |
| Next by Thread: | Re: [jruby-user] Newbie questions: JRuby desktop application: 00228, Jari Williamsson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |