jvm
Herongs Tutorial Notes on JVM
This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collectio more>> This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collection, GC, HotSpot, JDK 1.3.0, JDK 1.4.0, JDK 1.4.2, JDK 1.5.0, J2SDK, JRockit, Memory, Out of memory, Performance, Stack overflow, String buffer, etc.<<less
Herong's Tutorial Notes on JVM
This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collection, GC, HotSpot, JDK 1.3.0, JDK 1.4.0, JDK 1.4.2, JDK more>> This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collection, GC, HotSpot, JDK 1.3.0, JDK 1.4.0, JDK 1.4.2, JDK 1.5.0, J2SDK, JRockit, Memory, Out of memory, Performance, Stack overflow, String buffer, etc.<<less
Comparing two JVM cacert files 1
This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of certs, more>> This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of certs, along with there alias, entry, owner and valid dates is supplied at the URL.<<less
Scala programming language -- functional OO JVM .NET
Lower costs and increase quality developing with this statically typed, obj. oriented, functional language, easy as python but much safer. - Have you ever dreamed with a statically typed python ? using this p.l. customer complaints disappear ! and its more>> Lower costs and increase quality developing with this statically typed, obj. oriented, functional language, easy as python but much safer. - Have you ever dreamed with a statically typed python ? using this p.l. customer complaints disappear ! and its free. Type cases, pattern matching, tail recursion, case classes, generic functions and classes, ...<<less
Herongs Tutorial Notes On Java
This free book is a collection of notes and sample codes related to Java. Topics include console, deadlock, execution environment, JVM, memory synchronization, syntax, thread, etc. more>> This free book is a collection of notes and sample codes related to Java. Topics include console, deadlock, execution environment, JVM, memory synchronization, syntax, thread, etc.<<less
Herong's Tutorial Notes On Java
This free book is a collection of notes and sample codes related to Java. Topics include console, deadlock, execution environment, JVM, memory synchronization, syntax, thread, etc. more>> This free book is a collection of notes and sample codes related to Java. Topics include console, deadlock, execution environment, JVM, memory synchronization, syntax, thread, etc.<<less
Scalextric - XmlRpc for Scala
Web services protocol library for the Scala programming language on the Java JVM backend. Server-side as a servlet in a Tomcat or compatible environment. Example apps for the Scala and PHP clients/servers. Uses Apache.org Commons libraries. more>> Web services protocol library for the Scala programming language on the Java JVM backend. Server-side as a servlet in a Tomcat or compatible environment. Example apps for the Scala and PHP clients/servers. Uses Apache.org Commons libraries.<<less
World Wide Instant Messenger 2.0
This program lets you run a customizable instant messaging system on your website. All colors, images, text can be modified right down to the menus and installer. It also supports AIM and MSN protocols as well. It comes with 10 different server options. more>> This program lets you run a customizable instant messaging system on your website. All colors, images, text can be modified right down to the menus and installer. It also supports AIM and MSN protocols as well. It comes with 10 different server options. The servers can run on anything from Windows to Unix to Mac. It can also optionally use MySQL. The two clients run on Windows platforms supporting either .NET with redistributable J# or the standard MS JVM that comes with windows.<<less
Explain garbage collection 1.0.0
Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the more>> Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the object from memory, instead it is the job of the garbage collector to automatically free the objects that are no longer referenced by a program.<<less
Ruby-FFI 0.2.0
This is a Ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code more>>
Using this extension, the developer will not need a compiler to run the functions needed. The FFI extension works without changes on Ruby, JRuby and Rubinius. Because all the code for an FFI extension is written in Ruby, its as easy to read as any other Ruby code. There is no need to switch mental modes from C programming to Ruby programming.
Major Features:
- The Best of the JVM
- High performance
- Real threading
- Vast array of libraries
- Platform Independent
- Easy to install
- Easy migration
- No hassles.
XWork 2.1.4
This is a command-pattern framework that is used to power Struts 2 more>>
XWork 2.1.4 offers users a powerful command-pattern framework that is used to power Struts 2. Users can define action classes by using an Action interface, then XWork will setup and run the users actions. XWork provides an Inversion of Control container, a powerful expression language, data type conversion, validation, and pluggable configuration. XWork is most widely known from the web MVC framework called Webwork.
Major Features
- Flexible and customizable configuration based on a simple Configuration interface, allowing you to use XML , programmatic, or even product-integrated configuration
- Core command pattern framework which can be customized and extended through the use of interceptors to fit any request / response environment
- Built in type conversion and action property validation using OGNL
- Powerful validation framework based on runtime attributes and a validation interceptor
Enhancements
- XWork 2.1.2 message Parameters Validator Config bug
- NPE if running in JVM without java.home (Google App Engine)
- xwork-2.1.2.jar contains AspectJ class files, leading to build failures in applications that use other versions of AspectJ
- Throwing Missing Dependency Exception once migrated from xwork-2.1.2 to xwork-2.1.3
- Default Validator Factory throws exception
- Ognl Value Stack.se tValue() writes to System.out on OgnlException before throwing an XWork Exception
- New constructor for UrlSet with custom ClassLoader protocols. (Allows WebLogic deployment)
- Link to xwork v2.1.3 on downloads page
- Page: 1 of 1
- 1