12 projects tagged "English"
MetricsAnalytics is a Sonar plugin that analyzes the Total Quality related to your Java code. Using this plugin you can visualize your Java code from different points of view: Architecture Quality (normalized distance from main sequence, cycle number, etc.); Design Quality (CBO, DIT, NOC, RFC, etc.); Code Quality (comment, duplicated line, complexity cyclomatic, etc.); Test Quality (code coverage, test failed number, etc.); and Total Quality. MetricsAnalytics helps you to re-factorize your code and check your test coverage. It improves the maintainability, reliability, and efficiency of your project in running time. It tries to unify the concepts of XRadar in the Sonar World with some adaptations to get the Total Quality Indicator. It adds new domains and metrics in Sonar and an extension point in the dashboard: the "Design" domain with the class metrics of Ckjm, and the "Architecture" domain with the package metrics of JDepend.
J7Z is an alternative 7-Zip GUI. 7-Zip is a high-compression file archiver designed by Igor Pavlov. Use J7Z if you want to: update existing archives quickly; backup multiple folders to a storage location; create or extract protected archives; and lessen effort by using archiving profiles and lists.
PHPContracts is a design by contract framework for the PHP programming language. It can be used in an object-oriented manner or with simple functions. Design by contract is a style of programming where classes and methods have a "contract" specified for them. If the contract is violated, then there is a defect/bug in the program.
RiskMNGT is a Redmine plugin that allows you to manage risks and incidents in your projects. You can define a risk or incident from its description, type, impact, probability, exposure level, owner, mitigation strategy, and contingency strategy. You can control the traceability between your risks and new requests for change, tasks and your code. In conjunction with the RequMNGT Redmine requirement management plugin, you could relate the risks to the different artifacts of your software project: feature, requirement, use case, classes, test case, etc. A database of risks and incidents can be defined for reusing best practice mitigation strategies.
SOAP/REST Mock Service is a simple configurable framework to mock out SOAP or RESTful (or "REST-like") Web services. Its main goal is to support automated integration testing of applications that integrate with 3rd party Web services. Functionality and usage scenarios of the mock service are in a way analogous to unit testing mocking tools (like Mockito or EasyMock). Once properly configured, SOAP/REST Mock Service exposes Web service mocks that can be called from application code and controlled via a REST interface from integration test code (setup, verify, etc.).
Siwpas (short for Simple Web Profile Application Server) is a lightweight Java application server platform for developing enterprise quality Web applications with the Java Platform, Enterprise Edition 6 (Java EE 6). Siwpas integrates the Apache Software Foundation's Java EE 6 related projects for providing a Java EE Web Profile compatible runtime platform. Siwpas supports Java EE Web Profile required components. The most important pieces of these components that Siwpas includes are EJB Lite Server (EJB), Java Persistence API (JPA), Java Server Faces (JSF), Context and Dependency Injection (CDI), and Bean Validation (BVAL).
XEO (eXtensible Enterprise Objects) is an agile development framework designed for creating Web applications built around Object Oriented concepts and Model Driven Development with Java. You model business entities (including their attributes and behavior) as XEO Models which are then processed by the framework's "Builder". This produces the application's supporting structures such as database tables (to persist data) and Java classes (providing object-relational mapping and behavior). Development is supported by an Eclipse plugin called XEOStudio.