Search Results
PR: 3
| Agilis Orion network licensing platform Category: Security Orion is a network licensing platform that supports: |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 4
| Compiler Generator Coco/R Category: Code Generation Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. There are versions of Coco/R for different languages (see below). The latest versions from the University of Linz are those for C#, Java and C++, which can be downloaded from this site. As an exception, it is allowed to write an extension of Coco/R that is used as a plugin in non-free software. If not otherwise stated, any source code generated by Coco/R (other than Coco/R itself) does not fall under the GNU General Public License. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 5
| EclEmma Category: Testing: Code Coverage Emma is a code coverage tool. EclEmma is an Eclipse plugin that generates Emma coverage. It installs via an update site. It executes via the Run Dialog, so any existing run configuration can be easily “coveraged” (including RCP JUnit tests). |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 4
| JCover Category: Testing: Code Coverage Code coverage analysis (also called test coverage analysis) is an important step in software testing. As a white box testing strategy, it helps the testing team in determining if adequate testing has been done. Coverage analysis reveals areas of the code that have not been exercised during testing. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 4
| Klocwork Insight Category: Code Analysis Klocwork Insight is a source code analysis product suite that is used by software developers worldwide to mitigate critical issues in their code early in the development process. Using advanced static analysis techniques on C, C++, Java, and C# code, Klocwork Insight provides developers with accurate detection of quality and security issues prior to code check-in. The key capabilities that make Klocwork Insight unique are: |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 3
| Mia-Generation Category: Code Generation Mia-Generation is used to build code generators complying with specific architectures and frameworks.Generation rules are specified with a full IDE dedicated to generator building (template-based generation engine). It provides a dynamic bridge to developers between analysis and design, and supports iterative cycles by preserving handcoded code fragments between two generations. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 6
| Tangosol Category: Caching Tangosol is acquired by Oracle, a leading provider of reliable in-memory data grid software. Tangosol is the latest addition to the Oracle Fusion Middleware product family. Tangosol provides a proven reliable in-memory data grid technology designed to meet the new demands for real-time data analytics, compute intensive middleware and high performance transactions—often referred to as Extreme Transaction Processing (XTP). Coupled with Oracle Fusion Middleware, Oracle TimesTen, and Oracle Database, the combination will create the first integrated platform that enables extreme transaction. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 6
| TeamCity: Continuous Integration and Build Server Category: Testing TeamCity is a continuous integration and build management system. With TeamCity, you can set up a build server within minutes and enjoy out of the box continuous unit testing, code quality analysis, and early reporting on build problems — even without leaving your favorite IDE. TeamCity offers a gentle learning curve, so you can quickly improve your release management practices by gradually adopting its advanced features and capabilities. Adaptive tests re-ordering, on-the-fly test results reporting, configurable notifications, and even making build artifacts accessible before the build is finished — TeamCity keeps you in the know with the most recent build updates and intermediate results, and shows how well your changes integrate into the project sooner. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 3
| The Hibernate Profiler - real-time visual debugger for Hibernate Category: Performance: Profilers Hibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of Hibernate. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 4
| UNIVERSAL REPORT Category: Code Analysis People involved with programming activities know how difficult it becomes to maintain (large/complex) codes. Programs that you have written yourself are difficult enough to understand when you come back to them later. Things are more difficult when the program have been written by someone else or a big team, and has been modified and added so many times that the existing documentation no longer accurately reflects the program code and structure. This is a nightmare awaiting those involved with program maintenance, comprehension, audit, or analysis. Therefore, tools that automate the process of code analysis and documentation clearly help to overcome this problem painlessly. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 5
| WebSphere Application Server Community Edition Category: Application Servers WebSphere Application Server CE is ideal when key considerations are cost and simplicity for departmental apps. WebSphere Application Server CE streamlines the creation of less critical departmental-level apps on a lower-cost, open source Java EE application server. The WebSphere Application Server simplifies the way you consume the adoption of new standards. An open-source JEE5 app server project which provides the foundation of the WebSphere Application Server Community Edition product. Provides a robust, small-footprint database server that is simple to deploy and reduces the cost of embedded and Web-based applications. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 3
| XDepend Category: Code Analysis XDepend lets you extract, visualize, seek and control the structure of your applications and frameworks. |
| (0 Reviews. Rating: Total Votes: ) | |
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... | |
JCover Code Coverage: important to understand!Why is coverage analysis important? Coverage analysis has the following benefits: * We can determine if our test suite is adequate. A test suite that achieves 65% statement coverage is hardly adequate. We cannot be confident of our product's quality with this much coverage. This figure prompts us to enhance the test suite. * We can identify redundant test cases that are not useful either in increasing code coverage or in finding new bugs. Fine tuning a test suite has immense benefits during regression testing. * We can find out if there are regions of code that cannot be exercised at all, and hence can be cleaned up. We sometimes find that an application has code to support a feature that was discontinued in an earlier release of the product! Although test cases are normally generated from the specification, coverage analysis helps us in identifying areas that require further test focus. | |
CA Plex: what is it?Today’s business climate requires organizations to have business applications that help improve customer service, reduce costs, increase profits, get to market faster and respond more rapidly to competitive challenges. CA Plex provides a single, integrated environment that enables both traditional and SOA-based solutions for development. CA Plex uses building blocks known as patterns to help your development teams create and maintain large-scale business applications for multiple platforms — Windows/.NET, Java/J2EE or the IBM Power Systems/IBM i. | |
[1-3]