Often it's because there's already a Java server and IT staff in your
target environment. In that case you want to package up a WAR file.
warbler is what you're looking for in that case.
http://kenai.com/projects/warbler/pages/Home
If you actually want to run a server, I recommend torquebox.
Bryan
> --
> You received this message because you are subscribed to the Google Groups "Hobo Users" group.
> To post to this group, send email to hobo...@googlegroups.com.
> To unsubscribe from this group, send email to hobousers+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
>
> Hello Hobousers
> Bryan
>
> Really i want protect the code "No change by user - System Logical Bussines" , the server setup in the Home of user;
> i am development in Linux Ubuntu
> my deploy in Windows in a intranet
> jruby alternatives??
> Obfuscate the source code?
Lawyers. Packs of 'em. With frickin' lasers strapped to their heads.
Seriously - if you're worried about clients stealing your source, then the legal system is your best solution. From a technical perspective, you're giving them the lock (the code protection) *and* the key (they can run the app, right?) so any protection scheme is, at best, going to put speed bumps in their way if they're really determined to be evil. Obfuscation can be untangled, bytecode can be decompiled, in-memory decryption can be bypassed by freezing the running state in a VM, etc etc etc.
--Matt Jones
Bryan