Search Results
PR: 5
| AccuRev Category: Code Versioning AccuRev is a leading provider of software change & configuration management solutions. 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. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 5
| Allora Database XML Mapping Category: XML Allora leverages leading edge XML mapping and database technology to give application developers bi-directional access to relational databases without the need for complex SQL or XSLT programming. Allora speeds development and deployment by accurately and transparently transforming data structures between XML elements and relational database structures. Once Allora mapping is in place, full bi-directional XML-RDB access is enabled. Allora gives developers a simplified, consistent XML interface to relational data. Allora brings even more value to application developers or DBAs that need to integrate any relational database (Oracle, DB2, SQL Server, MySQL, Sybase, MS Access, Gupta, Ingres, Datacom, IDMS, PostgreSQL, VisualFox Pro, Pointbase, etc…) with complex industry standard schemas. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 5
| AltovaXML Category: XML XML-based applications often require the use of an XSLT engine for performing transformations, an XQuery engine for executing queries, and/or an XML parser for well-formedness checking and validation. Altova makes the same engines that drive its award-winning XMLSpy, MapForce, and StyleVision XML development tools available for use in your custom applications. That means you can use the very engines that have helped make Altova software the industry’s leading XML development toolset in your own applications – free of charge! |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 7
| Apache Axis2/Java - Next Generation Web Services Category: Web Services Axis2 is a Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack. There are two implementations of the Apache Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 8
| Apache CXF: An Open Source Service Framework Category: Web Services Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 5
| CA Plex Category: Code Generation Develop applications in a Windows environment and then compile and test them in the target environment which might be Windows/.NET, Java/J2EE or the IBM System i. CA Plex supports the development of many different types of applications including client/server, web-based, service-oriented, character-based, batch and wireless device-based, all from a single set of skills and development techniques. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 3
| Codign CoView Category: Testing: Code Coverage Codign Software is committed to providing a valuable, affordable solution for metrics, automating JUnit tests, mock object creation, path & branch coverage and code testability. We keep our costs low because we only develop features that have benefit and make sense. |
| (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
| ConcurrentTesting - Advanced Testing for Multi-Threaded Applications Category: Testing 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. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 4
| Data Integration Suite Category: XML Seamlessly connecting mission-critical systems and users to a variety of disparate data sources, the DataDirect Data Integration Suite delivers scalable, reliable access to enterprise data. The Data Integration Suite is a comprehensive, yet affordable software solution that reduces data integration Total Cost of Ownership and enhances the overall bottom line. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 4
| Database Access Tool: FireStorm/DAO Category: Code Generation FireStorm/DAO is a code generator that makes software developers more productive by automatically generating DAO code for accessing relational databases. FireStorm/DAO's code generation approach cuts costs through higher developer productivity, better software quality, and lower maintenance costs. FireStorm/DAO generates Java source code and configuration files that developers would otherwise have to write by hand. FireStorm/DAO generates code that is compliant with the Data Access Object (DAO) design pattern (DAO is a core J2EE design pattern). FireStorm/DAO can also generate native persistence code for Object Relational Mapping (ORM) products (such as Hibernate), without the option of using the DAO design pattern. When generating Hibernate code (without DAOs), FireStorm/DAO produces Hibernate persistent classes and a Hibernate mapping file (*.hbm.xml) for each database table. |
| (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: 6
| Google-guice Category: IoC, Dependancy Injection Put simply, Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts. |
| (0 Reviews. Rating: Total Votes: ) | |
N/A
| Java Test Runner Category: Testing The JTR Project is a Java distributed testing framework conceived to fill a gap existing today most notably in the open-source world that’s the lack of a single tool that could help in developing from simple to complex test suites in Java with particular emphasis on the stack of backend-technologies embraced by the JEE specification. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 7
| JavaFX Category: Web Frameworks JavaFX is the best way to create expressive, feature-rich content. Building on the Java Platform, JavaFX delivers a compelling mix of ubiquity, capability, expressiveness and performance. The JavaFX SDK has the essential set of technologies, tools, and resources required for developers and designers to create and deploy expressive and powerful content across all the screens of your life. The JavaFX platform gives you unparalleled freedom and flexibility to create expressive content across multiple screens, including mobile devices, desktops, televisions, and other consumer devices. |
| (0 Reviews. Rating: Total Votes: ) | |
PR: 6
| JBoss AS Category: Application Servers JBoss Application Server was first released in 1999. JBoss Group was founded in 2001 in order to provide expert technical support services. JBoss Group was incorporated in 2004 as JBoss Inc. JBoss Application Server is most widely used Java application server on the market. Hundreds of professional open source developers have contributed to the JBoss Application Server over the years and community contributors are not only welcome but encouraged. In fact all JBoss employed contributors to the JBoss Application Server were hired from the community and each of them contributed to an open source project in one way or another. A Java EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of Java EE 5 features as well as extended enterprise services including clustering, caching, and persistence. We need the community to drive new features in each of these features. You are a powerful force in professional open source, and your contribution is essential to keeping JBoss AS the most used Java application server on the planet. JBoss Application Server uses the JIRA tracking and project management system to organize and prioritize tasks. - Read more |
| (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: 6
| JUnit Category: Testing: Unit Testing 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. |
| (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: 5
| Luntbuild Category: Build Management: Build Automation Tools Luntbuild is a powerful build automation and management tool. Continuous Integration or nightly builds can be easily set using a clean web interface. Executed builds are well managed using functions such as search, categorization, promotion, patching, deletion, etc. It also acts as a central build artifacts repository and download area for your whole team. |
| (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... | |
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-2]