User: Password:
   Keep me logged in.
Register  |  I forgot my password

Login  |  Register

Statisticsw
  • Active Links: 22
  • Pending Links: 3
  • Todays Links: 0
  • Active Articles: 1
  • Pending Articles: 0
  • Todays Articles: 0
  • Total Categories: 25
  • Sub Categories: 20



MAIN CONTENT.

AOP (2)

Applet Development (0)

Application Servers (4)

Build Management (5)

»Make Tools
»Resources
»Build Management Systems

Caching (2)

Charting (2)

Code Analysis (3)

Code Beautifiers (0)

Code Exploring and Managing (0)

Code Obfuscators and Protectors (2)

Code Refactoring (0)

Code Versioning (2)

Databases and Persistence (0)

Debugging (0)

Deployment (2)

»Java Web Start and JNLP
»Executable Wrappers

Design and Modelling (0)

Documentation Tools (0)

Enterprise Edition (0)

Globalization (0)

GUI Builders (0)

Integrated Development Environments (3)

»Freeware
»Open Source
»Commercial

Micro Edition (0)

Performance and Testing (6)

»Virtual Machine
»Profilers
»Static checkers

Testing (3)

Translators (4)

»Lexer and Parser Generators
»Interpreters
»Java to Other



Latest Links

PR: 4
MultithreadedTC - a framework for testing concurrent Java applications

The MultithreadedTC framework was created to make it easier to test small concurrent abstractions. It enables test designers to guarantee a specific interleaving of two or more threads, even in the presence of blocking and timing issues.

Read more

http://www.cs.umd.edu/projects/PL/multithreadedtc/
(0 Reviews. Rating: Total Votes: )
PR: 6
JUnit

This site is dedicated to software developers and testers using the JUnit testing framework. In addition to the latest news and download links for JUnit, you can find answers to questions about automated testing, tools and extensions for JUnit, and articles on Test Driven Development and other testing topics. Our goal is to serve you. We've redesigned the site to better meet this goal.

Read more

http://www.junit.org/
(0 Reviews. Rating: Total Votes: )
PR: 5
ConcurrentTesting - Advanced Testing for Multi-Threaded Applications

ConTest is a tool that exposes and eliminates concurrency-related bugs in parallel and distributed Java programs. ConTest systematically and transparently schedules the execution of program threads such that program scenarios that are likely to contain race conditions, deadlocks, and other intermittent bugs (collectively called synchronization problems) are forced to appear with high frequency. Because bugs are found earlier in the testing process, ConTest dramatically improves the quality of testing and reduces development expense.  ConTest's impact on the testing effort is minimal. Testers can rerun existing test suites without recompilation of the software under test (but with a greater probability of uncovering synchronization problems). ConTest is easy to use and rcan be set up in less than one day, in most cases. This tool has been used successfully on industrial-sized applications (such as IBM WebSphere) and is, in general, a scalable testing solution. ConTest can also be used to measure test coverage, aid in debugging, and detect potential deadlocks.

Read more

http://www.alphaworks.ibm.com/tech/contest
(0 Reviews. Rating: Total Votes: )
PR: 5
AccuRev

AccuRev is a leading provider of software change & configuration management solutions.

Collaborate geographically distributed development teams efficiently:

Software development today is more complex than it was 20, 10 or even 5 years ago. Companies routinely perform software development in one or more locations, testing in another location, and release and packaging in yet another. This distribution of resources strains the software development infrastructure and raises security, intellectual property, auditing and compliance issues. AccuRev provides the innovative AccuReplica solution to assist companies in managing globally distributed development, whether it is between wholly owned locations of one company, or between company sites and independent offshore consulting sites.

Read more

http://www.accurev.com/
(0 Reviews. Rating: Total Votes: )
PR: 0
SourceAnywhere

SourceAnywhere for VSS is the Visual SourceSafe (VSS) remote access solution recommended by Microsoft. As a Visual SourceSafe (VSS) add-on tool/client, SourceAnywhere for VSS provides fast, reliable and secure remote access for users of VSS 6.0 and VSS 2005. SourceAnywhere for VSS is developed and optimized for remote/web/internet access. It can greatly improve the productivity of the distributed teams.

Read more

http://www.dynamsoft.com/Products/SAW_Overview.aspx
(0 Reviews. Rating: Total Votes: )
Bookmark Me
Latest articles
IntelliJ IDEA vs. Eclipse vs. NetBeans: my personal experience...
I never could understand why people would like to spend much time on very routine operations. Even more: they were proud that they did it, it was difficult and almost impossible, but they succeeded and now you see it - my site is here! Very similar situation was with Java and C++ programming. A lot of people struggled with notepad and unfriendly command line Java compilers...