Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

JPF (Java Plugin Framework) is a general-purpose plug-in framework intended to help building scalable, extendable Java applications with low cost of maintenance. The framework is specially designed to be easily included into Java project of any kind. JPF provides a runtime engine that dynamically ... [More] discovers and loads "plug-ins". A plug-in is a structured component that describes itself to JPF using a "manifest". JPF maintains a registry of available plug-ins and the functions they provide (via extension points and extensions). [Less]

4.0
   
  0 reviews  |  4 users  |  27,864 lines of code  |  0 current contributors  |  Analyzed 15 days ago
 
 

Class Ghost is a small utility that can redefine class files within a running JVM. Class Ghost allows you to directly inject the newly compiled class files in to the JVM without interrupting the running application. Works with multiple as well as remote JVMs. Class ghost allows you to re define ... [More] or inject re-compiled and changed code in to a JVM without restarting it. This can help boost productivity when working with any sort of Java application, including web servers, servlet containers and application servers. The application client is built on the netbeans platform and provides a robust easy to use user interface [Less]

5.0
 
  0 reviews  |  2 users  |  13,041 lines of code  |  0 current contributors  |  Analyzed 5 minutes ago
 
 

Advanced PHP Classloader

0
 
  0 reviews  |  1 user  |  842 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 

IntroductionThis project enhance log4j by some additions. DownloadJar and sources are located in my Maven 2 repositories. Releases: http://mc-repo.googlecode.com/svn/maven2/releases/com/mathieucarbou/log4j-contrib/ FeaturesRepository SelectorA RepositorySelector is the part of Log4J that ... [More] allows each application context to have its own Log4J configuration and its own Logger hierarchy. See this article for a full explanation: http://www.qos.ch/logging/sc.jsp. Jboss wiki has a sample implementation of a repository selector at http://wiki.jboss.org/wiki/Wiki.jsp?page=Log4jRepositorySelector The repository selector in this distribution has been tested in JBoss, Jetty, Tomcat and support re-configuration abilities, runtime configuration through mbean, ... See the corresponding page on how to use this repository selector Project informationSee generated Maven 2 website at http://mathieu.carbou.free.fr/p/log4j-contrib Getting helpMy website: http://mathieu.carbou.free.fr/ Issue tab of this project Email... [Less]

0
 
  0 reviews  |  0 users  |  1,274 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

DynaClass is a Java library that provides tools to access and modify classes at runtime. DSL for reflection DSL for testing Class modification and reload at runtime Comming soon...

0
 
  0 reviews  |  0 users  |  3,358 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

POMStrap is a little opensource (BSD License) application bootstrap working with Maven 2 project files (pom) designed to avoid the Java library dependency/version headache : the more we use open-source Java components, the more we have to deal with the classical problem of dependency conflict. ... [More] POMStrap is not handling dependencies exactly the same way maven 2 exec plugin does. POMStrap has better hierarchical confinement and smaller footprint. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Have you been tired of continuously (re)adjusting the CLASSPATH when developing a new application/library? Have you been tired of issuing ever increasing "export CLASSPATH/set CLASSPATH" statements in your shell executable that fires-up your application? Then jbootstrap can take your ... [More] headaches away. Just gather all your JAR dependencies under one directory and run your application by simply specifying this directory. jbootstrap will pick up the JARs, create an appropriate classloader and fire-up your application instantaneously. If you use maven, the repository is http://ckkl-core.svn.sourceforge.net/svnroot/ckkl-core/m2repo [Less]

0
 
  0 reviews  |  0 users  |  330 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

This library facilitates allowing Java object instances which have the same class files loaded by separate class loaders in the same VM to communicate. When would this situation arise, I hear you ask? Good question. The original situation this was written to address was an application which ... [More] allowed dynamic uploading and initialisation of jar files while the application was running. Each jar file was loaded in its own class loader, which had access to the shared application classes, but not to classes inside other plugins. This library gets around this limitation by using a combination of proxying and reflection, creating a facade for known objects created by foreign class loaders. See the Introduction for more details. [Less]

0
 
  0 reviews  |  0 users  |  1,831 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

DynamiCode es un API que permite crear codigo Java de manera sencilla.

0
 
  0 reviews  |  0 users  |  416 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

TinyPluginManager is a very small library for locating and loading application plugins. Its simplicity has some draw backs that make it appropriate for medium to small applications.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.