Sunday, February 7, 2010

Bonita | BPM Open Solution

clipped from www.bonitasoft.com
BonitaSoft, The Open Source BPM Company

DRAW your processes. CONNECT to your
systems. Click to RUN.

Bonita Open Solution

Draw your processes - it's as easy as using a whiteboard

Connect easily with your existing Information Systems

Run your processes in one click

Bonita, BPM for human beings !

clipped from blog.smile.fr

Bonita, BPM for human beings !


La gestion de procesus par les humains pour les humains. Une solution dédiée a l'automatisation de processus.


Bonita n'est pas un petit nouveau, mais il a récemment amorcé un virage dans son évolution. Il y a à peine un an, il s'agissait encore d'une solution très théorique, communautaire, pleine de bonnes idées mais à laquelle il manquait une réelle vision concrète de terrain et d'entreprise. Depuis, le projet s'est restructuré, BonitaSoft a été fondé et Bonita 5 est sorti. L'effet est sans appel. Tout de suite, on est bluffé ! Des fonctions simples et claires, un déploiement en quelques clics. De bonnes idées... mises en œuvre.

Monday, January 25, 2010

Using Mustang's jmap/jhat to profile GlassFish

clipped from weblogs.java.net
The Source for Java Technology Collaboration

Using Mustang's jmap/jhat to profile GlassFish

I decided to ping Alan to make sure he wasn't aware of any socket leak, and he recommended I try the improved jhat. I was a little scared of using this tool, and I wasn't sure if I should use strace/truss instead.....I was very very surprised by the new Mustang's jhat. Since then, I can't live without it :-). What I did is:

% jmap -dump:file=heap.bin

And then

% jhat -J-mx512m heap.bin

This started a web server, so I did:

http://localhost:7000

Wow! From that page, I was able to browse the heap and find which object has been created by whom. The histo is a very good starting point:

http://localhost:7000/histo/

I was looking at all the current active HTTP requests, so I did:

select s from com.sun.enterprise.web.connector.grizzly.ReadTask s where s.byteBuffer.position > 0

Sunday, January 10, 2010

Java Persistence API (JPA) with EclipseLink - Tutorial

Google Web Toolkit (GWT 2.0) with Eclipse - Tutorial

Wednesday, January 6, 2010

HTML Tidy Eclipse Plug-in

Tidy icon HTML
Tidy Eclipse Plug-in

HTML Tidy Eclipse plug-in provides two
very useful tasks of HTML Tidy: Formatting and Checking
(X)HTML or XML code. It doesn't provide any editor and can
be used while editing in your favorite HTML/XML editor for
Eclipse.

Tidy is able to fix up a wide range of problems and to bring
to your attention things that you need to work on yourself.
Each item found is listed with the line number and column so
that you can see where the problem lies in your markup. Tidy
won't generate a cleaned up version when there are problems
that it can't be sure of how to handle. These are logged as
"errors" rather than "warnings".

Thursday, December 31, 2009

Curn | RSS Reader

clipped from www.clapper.org
curn: Customizable Utilitarian RSS Notifier
[logo]
curn is an RSS reader. It scans a configured set of URLs, each
one representing an RSS feed, and summarizes the results. By default,
curn keeps track of individual items within each RSS feed, using an
on-disk cache; when using the cache, it will suppress displaying information
for items it has already processed (though that behavior can be disabled).
curn supports several output formats; you can configure
one or more output handlers in curn's
configuration file.
A sample of curn's HTML output is
here. A sample of
curn's plain text output is
here.
curn supports, and uses internally, the
FreeMarker template engine;
you can easily generate another output format by
writing your own FreeMarker template.




Monday, December 28, 2009

crush-tools Custom Reporting Utilities for Shell

clipped from code.google.com
Google


CRUSH (Custom Reporting Utilities for SHell) is a collection of tools for processing delimited-text data from the command line or in shell scripts.

For help getting started using CRUSH, or to see a demo of what it can do, try the CrushTutorial. For a list of the utilities provided in CRUSH and links to their documentation, see the UserDocs. Or see ApplicationDevelopmentWithCrush for a detailed look at writing applications using the CRUSH toolkit.

 blog it

Thursday, December 24, 2009

Hippo CMS

Hippo CMS (Hippo Content Management System) is the web-based graphical user interface that provides access to the content in the repository
clipped from www.onehippo.org

What Is Hippo CMS?

1Web-based
Content is managed via your normal web browser, anywhere
you have access to your organization's intranet.
2Multi-user
Several users may work on the same document, picture, soundtrack
or other piece of content.
Rights to change pieces of content or just to read them can be assigned.
3Faceted search
Advanced methods to search and select content are available to find information to read or
to refer to from other documents.
4Versioned
Previous versions of content are stored automatically, so that they can be restored in case
users change their mind.
5Structurizable
Organizations that use Hippo CMS, design their own content structure. Hippo CMS ensures that all content
fits into this single structure. Thus, the content base of the organization will be filled with information
actually useful to the company; required information will actually be there
and the content base will be easily understandable and searchable, thanks to its uniformity.