sfermigier + java 50
Nuxeo WebEngine
july 2008 by sfermigier
Nuxeo WebEngine is a lightweight, versatile, content-centric, open source web framework to quickly build and deliver next generation content-oriented web applications. It enables developers using Java 5 and/or JVM-based scripting languages (Groovy, JavaSc
nuxeo
ecm
opensource
java
osgi
freemarker
groovy
jython
jruby
javascript
july 2008 by sfermigier
Enterprise Java Application Performance Problems Top 10
may 2007 by sfermigier
# #10 - Excessive logging # #9 - Incorrect application server configuration # #8 - Incorrect usage of Java EE # #7 - Unnecessary use of XML # #6 - Improper caching # #5 - Excessive memory usage # #4 - Badly performing libraries # #3 - Incorrectly implemen
java
may 2007 by sfermigier
The Nuxeo open source ECM project
september 2006 by sfermigier
Nuxeo 5 is an innovative, standards-based, open source framework for ECM applications. Its component-based and service-oriented architecture makes it easy to customize and extend, making developers more efficient and ultimately, happier.
nuxeo
java
ee
j2ee
ecm
content
management
september 2006 by sfermigier
Artho Software - Jlint
april 2006 by sfermigier
Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building the lock graph.
edosqa
software
java
static
april 2006 by sfermigier
PMD
april 2006 by sfermigier
PMD scans Java source code and looks for potential problems like: * Possible bugs - empty try/catch/finally/switch statements * Dead code - unused local variables, parameters and private methods * Suboptimal code - wasteful String/StringBuffer usage * Ove
edosqa
software
static
java
april 2006 by sfermigier
Abbot framework for automated testing of Java GUI components and programs
april 2006 by sfermigier
Abbot helps you test your Java UI. It comprises Abbot, which lets you programmatically drive UI components, and Costello (built on Abbot) which allows you to easily launch, explore and control an application. The framework may be used with both scripts an
edosqa
software
testing
gui
java
april 2006 by sfermigier
Jacareto
april 2006 by sfermigier
Jacareto is a capture & replay tool for programs written in Java. You can capture actions on applications and replay them later on (like macros). Jacareto can be used for many purposes: * GUI tests * Creation of animated demonstrations * Creation of macro
edosqa
software
testing
gui
java
april 2006 by sfermigier
JRat the Java Runtime Analysis Toolkit
april 2006 by sfermigier
JRat is the Java Runtime Analysis Toolkit. Its purpose is to enable developers to better understand the runtime behavior of their Java programs. The term "behavior" includes, but is not limited to performance profiling. While JRat is still in beta, withou
edosqa
software
testing
java
april 2006 by sfermigier
QAT
april 2006 by sfermigier
QAT was developed to ease the issues encountered by having to perform Quality Assurance tests across a variety of hardware and software combinations
edosqa
testing
software
java
april 2006 by sfermigier
Jakarta Cactus
march 2006 by sfermigier
Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...). The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-conta
edosqa
software
java
testing
unit
march 2006 by sfermigier
Hansel
march 2006 by sfermigier
Hansel is an extension to JUnit that adds code coverage testing to the testing framework. Much of the source code is taken from Gretel a "Residual Test Coverage Monitoring"-Tool developed at the University of Oregon.
edosqa
testing
software
java
unit
coverage
march 2006 by sfermigier
Checkstyle
march 2006 by sfermigier
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enfor
edosqa
software
static
java
march 2006 by sfermigier
Jester
march 2006 by sfermigier
Jester finds code that is not covered by tests. Jester makes some change to your code, runs your tests, and if the tests pass Jester displays a message saying what it changed. Jester includes a script for generating web pages that show the changes made th
edosqa
coverage
software
python
java
testing
march 2006 by sfermigier
Nuxeo
march 2006 by sfermigier
Nuxeo is the leader of open source ECM software.
nuxeo
cps
cps-site
zope
ecm
cms
python
opensource
enterprise
java
ee
j2ee
jboss
jackrabbit
march 2006 by sfermigier
Apache JMeter
march 2006 by sfermigier
Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
edosqa
software
java
testing
web
performance
march 2006 by sfermigier
JUnit, Testing Resources for Extreme Programming
march 2006 by sfermigier
Welcome to JUnit.org. This site is dedicated to software developers using JUnit or one of the other XUnit testing frameworks. We'll be adding more content and web-based services over time. Initially we'll be providing links to give you a one-stop destinat
edosqa
software
java
testing
unit
march 2006 by sfermigier
Cenqua Clover Code Coverage for Java
march 2006 by sfermigier
Clover is a code coverage analysis tool. It discovers sections of code that are not being adequately exercised by your unit tests. Clover reports its findings in multiple formats for easy use by the whole team at the project level down to each line of sou
edosqa
software
coverage
java
non-free
march 2006 by sfermigier
Cobertura
march 2006 by sfermigier
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
edosqa
java
software
coverage
march 2006 by sfermigier
EMMA: a free Java code coverage tool
march 2006 by sfermigier
EMMA is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual develop
edosqa
java
software
coverage
march 2006 by sfermigier
FindBugs - Find Bugs in Java Programs
march 2006 by sfermigier
FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is often an error. Bug patterns arise for a variety of reasons:
* Difficult language features
* Misunderstood API meth
edosqa
static
software
java
* Difficult language features
* Misunderstood API meth
march 2006 by sfermigier
Lint4j
march 2006 by sfermigier
Lint4j ("Lint for Java") is a static Java source and byte code analyzer that detects locking and threading issues, performance and scalability problems, and checks complex contracts such as Java serialization by performing type, data flow, and lock graph
edosqa
java
static
software
march 2006 by sfermigier
Apogee Project - Rich Client Platform for ECM
february 2006 by sfermigier
Apogée is an open source project to build a complete framework for ECM-oriented rich client applications. It includes features like : XForms engine for Eclipse, multi-server support, collaboration, offline work, rich content editors, etc.
java
eclipse
rcp
zope
ecm
cms
apogee
cps-site
nuxeo
february 2006 by sfermigier
related tags
ajax ⊕ apogee ⊕ article ⊕ cms ⊕ components ⊕ content ⊕ coverage ⊕ cps ⊕ cps-site ⊕ desktop ⊕ di ⊕ doc ⊕ eclipse ⊕ ecm ⊕ edosqa ⊕ ee ⊕ ejb3 ⊕ enterprise ⊕ freemarker ⊕ groovy ⊕ gui ⊕ guice ⊕ hibernate ⊕ i18n ⊕ j2ee ⊕ jackrabbit ⊕ java ⊖ javascript ⊕ jboss ⊕ jruby ⊕ jsf ⊕ junit ⊕ jython ⊕ management ⊕ maven ⊕ metrics ⊕ mock ⊕ non-free ⊕ nuxeo ⊕ open ⊕ opensource ⊕ optimisation ⊕ oscgi ⊕ osgi ⊕ performance ⊕ python ⊕ rcp ⊕ seam ⊕ software ⊕ source ⊕ spring ⊕ static ⊕ sun ⊕ testing ⊕ testng ⊕ tss ⊕ unit ⊕ video ⊕ web ⊕ xml ⊕ zope ⊕Copy this bookmark: