Posts Tagged ‘Java’

What java web application framework to use?

One of the main products of my company is an Oracle Forms (and Reports) based application, that “needs” to be re-written in another technology. Why? Users want a more rich interface experience, and we want, preferably, to reduce costs with an open source application server. For this (HUGE) project, we intend to use a java [...]

More »

Eclipse e Java para iniciantes aula 1 (HD) SEM EDIÇÃO

Esses vídeos tutoriais são traduções baseados no trabalho de Mark Dexter da equipe do eclipse.org. São uma abordagem sobre os conceitos básicos de java e programação orientada a objetos, e Junits. Mostram também as vantagens de se utilizar o eclipse no desenvolvimento ágil de software. Os Tutoriais originais (em inglês) podem ser baixados em: http:/eclipsetutorial.sourceforge.net

More »

EMMA : a free Java code coverage tool

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 developer’s work fast and iterative.

More »

FindBugs : Find Bugs in Java Programs

FindBugs is a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License.

More »

StackProbe: a low overhead Java profiler

StackProbe is an enterprise class CPU profiler for Java programs. Thanks to advanced context profiling capabilities and very low overhead it enables you to quickly diagnose performance problems exactly where they occur, even in production systems.

More »