Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

Spring IDE provides tooling support for the Spring Portfolio.

4.5
   
  0 reviews  |  31 users  |  239,937 lines of code  |  12 current contributors  |  Analyzed 2 days ago
 
 

The Eclipse Persistence Services Project (EclipseLink) project's goal is to provide an extensible framework that will enable Java developers to interact with relational databases, XML, and Enterprise Information Systems (EIS) in an efficient and productive manor. EclipseLink will focus on ... [More] supporting leading persistence standards including the Java Persistence API (JPA), Java API for XML Binding (JAXB), Java Connector Architecture (JCA), and Service Data Objects (SDO). [Less]

4.38462
   
  0 reviews  |  29 users  |  1,743,893 lines of code  |  35 current contributors  |  Analyzed 3 days ago
 
 

AndroMDA is a code generation framework that follows the model driven architecture (MDA) paradigm. It takes a UML model from a CASE-tool and generates classes and deployable components (J2EE or other).

4.28571
   
  1 review  |  15 users  |  651,025 lines of code  |  4 current contributors  |  Analyzed 13 days ago
 
 

fna

Compare

Fna is a set of samples, mavenized flex open source contributions (flex-contrib-spring and event-source, a flexunit extension for testing cairngorm event dispatching) and maven archetypes that uses open source tools/frameworks built on the Java and Flex platform to help you develop RIA applications quickly and efficiently..

5.0
 
  0 reviews  |  1 user  |  50,673 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

XUI is a Rich Internet Application Framework built using Java and XML. XUI comes with plugins for NetBeans and Eclipse that provide WYSIWYG design environments, including drag and drop form generation from Hibernate/JPA POJOs.

0
 
  0 reviews  |  1 user  |  1,129,260 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Salto Persistence is a object/relational persistence framework for a J2EE environment. It comes with Salto-db generator which uses a templates mechanism to generate Salto-db Dataobjects from any existing JDBC-supported Database.

0
 
  0 reviews  |  0 users  |  42,994 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

项目简介  J (java) W (web) S (studio)是一个集成、绿色、简洁的开发环境。JWS通过集成 maven2, ant, eclipse ... [More] 使开发环境变成全绿色,甚至jdk都无需安装。这样开发团队就可以通过直接拷贝JWS实现开发环境的统一配置,缩短了项目的启动周期,方便了团队新成员的加入。由于JWS只是通过批处理使用所集成工具的核心功能,所以可看作是这些工具的最小组合,避免了由于安装大量插件造成IDE臃肿庞大、启动慢、配置复杂等问题。通过自定义maven插件实现的代码生成操作,灵活方便可扩展。JWS已经历3个内部稳定版本,支持Java代码的编译、打包、调试、执行等,目前只有WIN32下的批处理脚本,随后会增加LINUX下的。   J (java&javascript) P (project) T (template)是一个maven项目模板。通过优化组合Spring2, Struts2, IBATIS, Acegi Security, Freemarker, urlrewrite, JSON, JST, jQuery等优秀开源项目实现Web应用快速开发。通过模板生成的代码包含了基本的CRUD操作及客户端&服务端校验,规范了什么代码应该写在哪里,一切基于简单约定,无需任何配置。   可以下载 jws-jpt默认生成的mytest项目 快速预览jws-jpt效果,下载后解压 mytest.rar,在/src/main/webapp/下是静态页面,同时也是DEMO,浏览 index.html 可以看到生成的功能,静态页面展示的与实际启动了Web服务器的效果完全一致,区别只在于静态页面的数据是写在.json文件中模拟数据。分页功能是默认都有的,mytest中只有用户信息的模拟数据符合分页条件,所以静态页面中只有在用户管理中可以看到分页控制。Firefox下浏览静态页面会由于ajax的安全限制看不到效果,请使用IE6以上浏览器。注意不要阻止本地javascript的执行。 JPT所能解决的开发问题 客户端与服务端全解耦,使得静态DEMO挂上服务端就是实际系统,100%保证DEMO的完全重用,即最初的DEMO即是最终客户端,而模拟数据即是数据库设计的原型; Web与HTTP全解耦,使得更容易与非Web程序兼容; DAO与业务逻辑全解耦,真正体现D-A-O的实际职责。通过动态注入技术使得Service只在需要时才需添加; 完全意义的COC零配置,默认的配置几乎可以适用所有的逻辑,非常特殊的逻辑亦可单独配置; Freemarker与IBATIS的结合,简单而全面地封装了数据库差异,全面支持不同类型数据库,极大提高了SQL的重用程度; 类似REST的URL驱动的开发模式保证增加一个功能要做的只是“确定一个URL”,“写几个模型或叫VO类”,“写几个静态页面”,“写几条SQL语句”,而这些又都可以用自定义的maven插件从数据库或xml自动生成; 只需客户端技术和SQL技术即可完成绝大部分的应用逻辑,降低了对团队成员的技术要求,使任务更容易分配; 由数据库结构生成的默认代码,保证开发的规范性和代码结构的一致性; 只写真正需要的代码,全面平衡三层架构各层逻辑分布,去除各层之间传递性调用的尴尬; 优化组合spring2, struts2, ibatis, freemarker, acegi, urlrewite, json, jst, jquery等优秀开源技术,全面提高系统的兼容性和可扩展性; 默认实现了基于acegi security的用户管理,其中的资源缓存思想参考了springside,在此向其团队成员致敬。 外部依赖jws-jpt-full-all.rar 已上传,下载了完整版就可跳过安装步骤1,2,3,4,5,9了。 由于空间商的限制,最多允许8个线程同时在线,下载时请尽量少开线程。 意见&建议本项目完全来源于我实际使用的环境,可能侧重点会有所偏颇,真诚希望大家提出宝贵意见,联系方式: Email: duanaiguo@gmail.com MSN: duanaiguo@hotmail.com QQ: 394043733 [Less]

0
 
  0 reviews  |  0 users  |  41,180 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Project InfoThis project aims to facilitate the usage of the Spring Framework for wiring Eclipse RCP components together and to any other services you would wish to use. The way it works is by providing two plug-ins your work will depend on. These provide a hook for you to wire your views (and all ... [More] subsequent code) via the bean factory. Additional utility classes for working with Spring in an Eclipse RCP environment will be included, as well. This work is a derivative of the Eclipse-Spring originally released under Commons Public License by Nick Bartlett. NewsMay 23, 2007We should have the first release within the week. This release will be 0.1. Point releases will be feature enhancements towards 1.0. 0.1 is a feature release, 0.1.1 is a bug fix on that release. Before the next feature release, we'll establish a road map. I don't imagine we'll wait long before pushing to 1.0. [Less]

0
 
  0 reviews  |  0 users  |  558 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Task and wiki sample web manager.

0
 
  0 reviews  |  0 users  |  2,085 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This project's aim goal is to created an usefull open source accounting application based on lastest financial standards. The second opportunity is for me to be able to use the lastest java technologies: - The core layer will be based on OSGI (eclipse equinox), spring and hibernate. - All ui ... [More] layer will be splitted into 2 parts: one in eclipse RCP (desktop application) and another web application created with GWT. - All reporting files will be created with BIRT (eclipse) All of this will be manage by maven2. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.