Displaying 3 results from an estimated 3 matches for "javaland".
2007 Sep 02
1
apache mod_jk?
Is this really not in CentOS 5? or maybe buried in javaland somewhere?
thanks,
John Hinton
2006 Jan 16
15
where''d we come from?
...-- Java, C# -- and how many of us came from the design or non-OO
scripting worlds?
Reason I ask is that I''m finding Rails a blast and very productive, but I
think one reason is that I already cut my teeth on MVC and ORM during two
years of writing apps with J2EE/Struts/Hibernate. And in Javaland, it took
me a while -- more than a few months -- to really wrap my head around those.
I''m wondering, what''s the learning curve like for someone being exposed to
OO/MVC/ORM for the first time through Rails? How long, on the average, does
it take to feel comfortable?
John
____...
2001 Apr 05
1
JNI Wrappering OpenSSH ?
I am currently toying with various avenues for doing some secured file
transfers from a javaland process. Realistically on the server side
the thing I want is OpenSSH's sftp server. My question is, on the
client side, how to get java to talk ssh2 secsh file xfer.
Would a sane approach be to find the appropriate points of OpenSSH and
turn it into a java library by liberal application of JN...