Displaying 5 results from an estimated 5 matches for "melhorn".
Did you mean:
melhor
2006 Jan 02
8
RoR or Java for community portal?
...ill be easier to implement since Ruby gives something
like built-in static crosscutting through mix-ins.
Are there any experiences with unexperienced Java developers using Ruby?
Or is it just a matter of taste, and I''m better off with sticking to the
Java solution?
Best regards
Gregor Melhorn
--
Posted via http://www.ruby-forum.com/.
2000 Sep 26
2
Compilation problems
Hi everyone,
I am trying to compile the latest samba package (2.0.17) following the
usual steps ./configure --with-smbmount --with-pam
make
And make reports errors when compiling smbmount. It is complainign about
missing .h files and symbols redefinition. I am running RH 5.2 with
kernel 2.0.36. Is there somthing I am missing?
--
MGL
--
Maurice G. Lafleur
2006 Jan 04
14
Rails on Tomcat or JBoss?
Hi all,
The Rails book talks about running Rails under Apache, but is there a
(relatively) easy way to deploy it to either Tomcat or JBoss? Is the CGI
servlet the only option?
Thanks,
Ken
--
Kenneth A. Kousen, Ph.D.
President
Kousen IT, Inc.
<http://www.kousenit.com> http://www.kousenit.com
<mailto:ken.kousen@kousenit.com> ken.kousen@kousenit.com
2006 Jul 20
0
Refactoring common code to module
Hello Ruby users,
I am stuck with the following problem:
I have an access control list system, with multiple group, section and
base classes. There are several section types (AroSection, AxoSection,
AclSection etc.), several group types (AxoGroup, AroGroup) and several
base Types (Acl, Axo, Aro, Aco).
These share some common funcionality that only differs by name of the
associations.
2006 Mar 09
1
Missing fields in search result
Hello ferret users,
I have a problem with ferret dropping stored fields in the index.
Not all fields I want to store get stored, so they can be searched, but
can''t be retrieved in a search.
Index creation:
INDEX = Index::Index.new(:path => ''/home/gregor/wisa/index'',
:analyzer => Analysis::WhiteSpaceAnalyzer.new)
SR =