InfoQ Homepage Tools Content on InfoQ
-
Architexa aims to make UML quick and easy
Architexa is a new Eclipse-based UML modeling tool that allows developers to quickly gain insight into code relationships through UML diagrams, and share what they find with others.
-
TestDriven.NET Has Reached a New Milestone
TestDriven.NET, a TDD add-in for Visual Studio, has reached version 3.0. Some of the new features are: support for MSTest, .NET Reflector 6 Pro, VS 2010, Silverlight 4, NUnit 2.5.3, using the project’s .NET framework and others.
-
Code Quality Management Tool Sonar Provides Design and Architecture Metrics
The new version of open source code quality management tool Sonar provides design and architecture metrics. Sonar 2.0 introduced the analysis of design, architecture and object-oriented metrics for Java applications. And Sonar 2.1 version, which was released recently, supports the detection of unused methods and calls to deprecated methods.
-
Ehcache 2.0: Write-Behind Caching and JTA Support
The latest version of open source caching framework Ehcache supports write-behind caching and transaction management using Java Transaction API (JTA). It also includes a Hibernate 3.3 caching plugin, Bulk Loading API for clustered caches, and runtime cache reconfiguration.
-
Twist 2.0 Supports Behavior Driven and Collaborative Testing
ThoughtWorks Studios recently released the latest version and second major revision of Twist, its Agile test automation product. Twist 2.0 helps testers, developers and business analysts with collaborative testing. It also supports writing tests scripts using Groovy dynamic language.
-
WindowTester Pro 5.0 Released
<p>Instantiations yesterday announced the release of WindowTester Pro 5.0, a major upgrade to its GUI testing tool adding performance and Linux support to its SWT and Swing testing utility. In addition, a minor upgrade to WindowsBuilder Pro 7.4 and RCP Developer 5.0 were also released.</p>
-
SpringSource Announces TC Server Spring Edition
SpringSource has announced an updated TC Server Spring Edition. TC Server is SpringSource's Tomcat-based offering with enhanced monitoring and cloud provisioning capabilities. It focuses on making operations' and developers' lives better.
-
Google Has Released a YouTube SDK for .NET
Google has released a YouTube SDK for .NET for those interested in programmatically accessing YouTube from a .NET or ASP.NET application. The YouTube API is built on top of Google's GData protocol, extending it with specific data classes contained in the Google.GData.YouTube namespace.
-
NDepend 3.0 Is Integrated with Visual Studio
NDepend 3.0 comes integrated with Visual Studio analyzing code in real time, can analyze code over multiple VS solutions, supports editing of multiple CQL rules at one time, and comes with enhanced search and performance.
-
Debate: Microsoft’s RIA Services Code-generating Tools and Sound Architectural Principles
Some developers consider that Microsoft's RIA Services code-generating tools are teaching bad architectural principles to developers while others consider the tools useful if used properly.
-
What Are the Trends in Technology Today?
ThoughtWorks has released the Technology Radar 2010 this month, a white paper containing ThoughtWorks' technology strategy and trends in four major domains: Techniques, Tools, Languages, and Platforms. InfoQ looked at this whitepaper in depth to better understand the ideas and suggestions being offered by ThoughtWorks.
-
Sun Releases Early Access Version of RAD Tool for JavaFX
Sun has released an early preview of one of the two RAD tools it is building for JavaFX through the NetBeans update centre. JavaFX is also seeing some more high profile early adopters including the 2010 Winter Olympics website.
-
JProfiler 6.0 Supports Dynamic Instrumentation and Locking History Graphs
The latest version of JProfiler supports dynamic instrumentation, locking history graphs and exceptional method run analysis. The company behind JProfiler, ej-technologies, recently announced the release of version 6.0 of the java application profiling software. The tool also allows monitor profiling and thread dumps view.
-
Intellij IDEA 9: Java EE 6, OSGi, Flex and More
JetBrains recently released their award winning IDE, Intellij IDEA 9. It includes support for a whole suite of new technologies, improved support for existing features, improved performance and a more streamlined user interface.
-
System/Acceptance Testing with Time and Dates
Unit Testing Time and Dates is an often talked about problem with relatively simple solutions. More difficult is the acceptance/system testing with Time. What strategies are used?