Projects tagged ‘extensible’ and ‘java’


[17 total ]

6 Users
   

jSeamless is a UI abstraction layer for Java to allow developers to write code for any platform and any environment (Web, Desktop, Mobile, etc.) without having to know ahead of time the deployment platform or environment will.
Created over 2 years ago.

5 Users

OVal is a pragmatic and extensible validation framework for any kind of Java objects (not only JavaBeans). Constraints can be declared with annotations (@NotNull, @MaxLength), POJOs or XML. ... [More] Custom constraints can be expressed as custom Java classes or by using scripting languages such as JavaScript, Groovy, BeanShell, OGNL or MVEL. Besides field/property validation OVal implements Programming by Contract features by utilizing AspectJ based aspects. This for example allows runtime validation of method arguments. [Less]
Created over 2 years ago.

4 Users

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 ... [More] be easily included into Java project of any kind. JPF provides a runtime engine that dynamically 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]
Created about 1 year ago.

3 Users
   

Vexi is a platform for creating and publishing Graphical User Interfaces that can be used over the Internet or an intranet. It features a very simple and powerful syntax based on XML and JavaScript, a ... [More] set of complete, extensible, themable widgets, and a sandbox-like security model to protect users. [Less]
Created over 3 years ago.

2 Users

Omnivide is a small app itself, written in Java. The idea behind the program is that several plugins will deliver any service you like to you. All in a single app. Omnivide itself will enable you to ... [More] install/remove and enable/disable any plugin you like, since it’s open source you can also write your own plugins. Just because we call them plugins doesn’t mean they aren’t full-blown apps. Our Twitter plugin is fully featured with your own timeline, the public timeline, a small overview of your followers and the ones you follow as well. The MSN plugin will feature several things you would expect from a MSN client. Like offline messages, personal messages, avatars and so on. The possibilities are endless. [Less]
Created about 1 year ago.

2 Users

The Ikasan Enterprise Integration Platform and associated Ikasan Connector Libraries provide off-the-shelf bullet proof integration solutions based on architected open standards for the integration of financial applications.
Created about 1 year ago.

1 Users

eclipse's rcp and mozilla-gecko component. the central idea here is mozilla browser widgets hosted in a rich extensible client -- the eclipse platform. Eclipse's RCP workbench serving as an ... [More] extensible platform where the multiple views can be opened, with the default perspective allowing flexible view arrangement. the corresponding history, comments, properties views. [Less]
Created about 1 year ago.

1 Users
 

Calenco is a collaborative Editing Web Platform. It allows remote teams of writers, translators, designers, to create multi-lingual content and publish it in various formats: PDF, HTML, etc. It is ... [More] based on XML technology to store and transform content. Calenco is sponsored by NeoDoc (http://www.neodoc.biz) and is Free Software. [Less]
Created 12 months ago.

1 Users
 

create tutorials within applications that are written on top eclipse's rcp. prism studios is a set of plugins that provide any eclipse based rcp client applications with capture, record, and ... [More] playback. also, based on GEF, is the studio that provides functionality to the end user to edit, manipulate, annotate the captured playback script. this script, along with the captured screen shots files (saved as png's), can be imported/exported to an xml structured format. More interesting than the tutorial create/play feature is the programmatic control over the UI events. more efficient than TPTP project's AGR implementation at event capturing -- by utilizing constructs provied by AspectJ. [Less]
Created about 1 year ago.

1 Users

wro4j - Web Resource Optimizer for JavaIntroductionNewsFeaturesGetting StartedWhat are the benefits?Known IssuesFAQ wro4j - Web Resource Optimizer for Java IntroductionThere are countless articles ... [More] related to web performance. The most comprehensive one is performed by researchers from Yahoo. They have identified a number of best practices for making web pages fast. You can find the details here. Also, they created a tool called YSlow: YSlow which analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. The aim of wro4j project is to help application developed on java platform to address a couple of those problems described by Yahoo research. More, exactly it is about "Minimize HTTP Requests" and "Gzip Components". It is common knowledge that it is faster to serve one large file rather than two smaller ones, because of increased HTTP negotiation and the fact that most browsers only keep two connections open to the same host at any given time. The purpose of wro4j project is to reduce the number of requests needed to load a page and the amount of data to transfer to clients, achieving drastic improvement of loading times. The resources can be benefit also from minification and compression. The main reason this project was born, is because the java community doesn't have too many options when it comes to choosing between this kind of frameworks. There are few similar projects: Jawr, JSO... but each of them has some kind of limitations or dependencies issues, no recent activity, etc... Also, I believe that competition is good and any framework brings something new you can learn from. The image below, resume the main purpose of why you should use wro4j. News# Matt Raible blog about wro4j: http://raibledesigns.com/rd/entry/javascript_and_css_concatenation FeaturesFree and open source Easy to setup Lightweight Minification and processing Resource merging Css url rewriting Css variables support Extensible Caching support ...more to come... See the detailed list of features here: Features Getting StartedWant to know how to start? Visit Getting started guide: GettingStarted What are the benefits?Here you will find a detailed analysis of the impact wro4j does on a typical web application Known IssuesWhen trying to integrate wro4j in your project, you may have some troubles. Check out this page to know what could be wrong: KnownIssues FAQDo you have any questions? You could find the answers already here: FAQ [Less]
Created 9 months ago.