365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

agui的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共2页、46项网摘
jbullet-web: 首页点击:96
 分类:java; web; framework; opensource; project; rails 时间:2006-6-16 13:23:08 agui收录 复制到我的网摘
Keep It Simple (KIS) is the principle, Struts is the inspiration, RubyOnRails is the challenge. JBullet is an effort to make an easy to use convention based framework. The ultimate goal is to keep the web development as simple as writing a simple java class.

Yes it's a new framework but it's simple, simple because all you need to do is to write simple java classes and leave the rest to the framework. Convention is the driving factor, tag library is a mirror to HTML standard tags, control fllow is quite obvious and smooth. It's a "NO XML" framework, you need to learn nothing new. Thats why it's JBullet rapid and easy to use yet simple.
https://jbullet-web.dev.java.net/
Hydrate Cookbook点击:111
 分类:opensource; project; Java; softeng; tool 时间:2006-6-6 10:59:08 agui收录 复制到我的网摘
Hydrate is a Java tool that provides for fast efficient and error-free transformation of data between three different representations: relational databases, objects in an object-oriented programming language and extended markup language (XML). Each of these representations has its strengths and weaknesses as shown in the diagram below; but which should you use as a basis for your application design?
http://hydrate.sourceforge.net/
Acegi Security System for Spring - Acegi Security System for Spring点击:83
 分类:Java; j2ee; spring; security; opensource; project 时间:2006-6-6 10:30:27 agui收录 (还有1人收录) 复制到我的网摘
Acegi Security is a powerful, flexible security solution for enterprise software, with a particular emphasis on applications that use Spring. Using Acegi Security provides your applications with comprehensive authentication, authorization, instance-based access control, channel security and human user detection capabilities.
http://acegisecurity.org/
Java Unified Expression Language点击:91
 分类:EL; UEL; expression; language; Java; JSP; JSR 时间:2006-6-5 19:52:42 agui收录 复制到我的网摘
JUEL is an implementation of the Unified Expression Language (EL) as specified by the JSP 2.1 standard (JSR-245).
http://juel.sourceforge.net/
Welcome to Pluto点击:66
 分类:portlet; portal; java; j2ee; opensource; apache 时间:2006-6-5 19:41:24 agui收录 复制到我的网摘
Pluto is the Reference Implementation of the Java Portlet Specfication. The current version of this specification is JSR 168.
http://portals.apache.org/pluto/index.html
wiser: WidgetServer welcome点击:58
 分类:framework; opensource; java; ajax; swing 时间:2006-6-5 19:17:43 agui收录 复制到我的网摘
WidgetServer is a component based, server-side, Java/XML rich-client-framework which enables an application to run as either

- as an application with a rich Web client based on AJAX (HTML, XML, CSS, Javascript)
- as an application with a simple Web client based on HTML and CSS
- a monolithic application with a Swing GUI,
- a client/server application with a thin Swing client,
- or in future as a mobile application on different devices like PDAs (comes with Release 1.1)
https://wiser.dev.java.net/
AJAX Software AJAX Technology J2EE Application Rich Web Applications JSF Components点击:60
 分类:ajax; framework; java; j2ee; freeware 时间:2006-6-5 19:15:48 agui收录 (还有1人收录) 复制到我的网摘
ICEfaces Community Edition is an Ajax application framework that enables J2EE application developers to easily create and deploy thin-client rich web applications in pure Java. ICEfaces Community Edition is a fully featured product that Java developers can use to develop new or existing J2EE applications at no cost.

ICEfaces' revolutionary Direct-to-DOM (D2D) rendering technology and Ajax Bridge empowers developers to quickly produce sophisticated and robust J2EE applications that exhibit the following characteristics:

* Smooth, incremental page updates with in-place editing and no full page refresh.
* Asynchronous page updates driven from the application in real time.
* Fine-grained user interaction during form entry that augments the standard submit/response loop.
* User context preservation during page update, including scrollbar positioning and user focus.

ICEfaces leverages the entire standards-based J2EE ecosystem of tools and execution environments. Rich web application features are developed in pure Java, and in a pure thin-client model. There are no Applets or proprietary browser plug-ins required. ICEfaces applications are JavaServer Faces (JSF) applications, so J2EE application development skills apply directly and Java developers are isolated from doing any JavaScript related development.

ICEfaces is currently available in two versions: the ICEfaces Community Edition and the ICEfaces Enterprise Edition. The Community Edition is a fully featured product free for development and deployment, while the Enterprise Edition is a commercial upgrade that will offer advanced scalability options and enterprise support options. To see a complete feature comparison between the Community Edition and the Enterprise Edition click here.
http://www.icesoft.com/products/icefaces.html
dbdoclet Homepage点击:53
 分类:opensource; project; doctool; docbook; doclet; java; javadoc 时间:2006-6-2 17:43:47 agui收录 复制到我的网摘
The DocBook Doclet (dbdoclet) creates DocBook code from Java source documentation. It is helpful, if you want to print reference handbooks of your API. The program can be used as javadoc doclet or as standalone application. The standalone application can be used as a converter to transform HTML documents to DocBook documents. Additionally DocBookDoclet comes with a Swing application called dbdoclet.TiDBit, which helps you to manage your documentation projects and to create PDF files.
http://www.dbdoclet.org/
Google Web Toolkit - Build AJAX apps in the Java language点击:75
 分类:softdev; api; google; java; ajax 时间:2006-5-19 16:38:43 agui收录 (还有13人收录) 复制到我的网摘
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatabilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.

GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
http://code.google.com/webtoolkit/
JR - 本地下载 - 中文书籍点击:110
 分类:res; softdev; java; book; ref 时间:2006-2-9 15:15:42 agui收录 复制到我的网摘
本区提供的下载内容仅供会员学习研究之用,请下载完后于24小时之内删除,如果喜爱相关内容请购买正版。谢谢!
http://www.javaresearch.org/download/forum.jsp?column=661
Java RSS点击:53
 分类:java; softdev; rss 时间:2005-11-6 15:21:07 agui收录 (还有6人收录) 复制到我的网摘
About this site: This site is a portfolio of websites rich in Java News, J2EE News, Java Articles, Java Blogs, Java Tags, Java Groups and Java Forums. Java developers, Java Architects and Java Managers can read daily news, articles and blogs through the convenience of your favorite browser. Java websites can join by submitting their Java feed link. Java users can be reached by Java sites instead of them searching for sites and links. Whether you blog Java, publish news, java articles, moderate group or any Sun java information, feel free to link to http://JavaRSS.com
http://www.javarss.com/
jGuru: Your view of the Java universe点击:76
 分类:tech; softdev; Java; community 时间:2005-10-14 18:00:54 agui收录 (还有3人收录) 复制到我的网摘
FAQS FORUMS DOWNLOADS ARTICLES PEERSCOPE LEARN
http://www.jguru.com/index.jsp
BeanShell - Lightweight Scripting for Java点击:61
 分类:tech; softdev; Java; scripting; JSR 时间:2005-9-23 17:56:38 agui收录 (还有1人收录) 复制到我的网摘
Lightweight Scripting for Java
http://www.beanshell.org/
Spring - Java/J2EE Application Framework点击:78
 分类:tech; softdev; Java; framework; spring; J2EE; doc; ref 时间:2005-9-23 17:34:06 agui收录 (还有13人收录) 复制到我的网摘
Spring 参考手册由众多Spring爱好者共同协作完成.本文档的翻译是在网络上协作进行, 也会不断根据Spring文档的升级进行逐步更新 - 在线文档 提供此文档的目的是为了减缓学习Spring 的曲线,更好的让优秀的技术扩大在中文世界的使用。 该文档并非可以代替原文档使用,我们建议所有有能力的读者都直接阅读 英文原文。

如果您对翻译有所异议,请反馈给 Spring中文论坛[http://spring.jactiongroup.net]

项目控制: https://jactiongroup2.dev.java.net
http://www.jactiongroup.net/reference/html/index.html
TheServerSide.com - TheServerSide at JavaOne 2005点击:68
 分类:tech; softdev; Java; tss; JavaOne; 2005; news 时间:2005-9-23 17:32:51 agui收录 复制到我的网摘
TheServerSide.com's coverage of Day One of JavaOne, 2005 gives you perspectives from a number of attendees, who attended the keynote from Sun and a number of other sessions. Some of the highlights of the conference are : Sun's push of open source on a lot of levels in the Java stack, the rebranding of J2SE and J2EE, and the presence of two major technologies: JBI (Java Business Integration) and AJAX, both of whom are represented in lots of ways. Without any further ado
http://www.theserverside.com/articles/article.tss?l=JavaOne_Day1
Ammentos - a lightweight persistence framework for JDK5点击:75
 分类:tech; softdev; OSS; project; sf; framework; library; java; j2ee 时间:2005-9-16 12:28:41 agui收录 复制到我的网摘
Welcome to Ammentos Home Page. Here you can find documentation, downloads of binaries and sources and anything else about Ammentos Persistence Framework.
http://ammentos.biobytes.it/
Jeceira点击:104
 分类:softdev; tech; java; JCR; OSS; project; content; JSR 时间:2005-9-16 11:58:21 agui收录 复制到我的网摘
Jeceira is an open-source implementation of JCR, the Content Repository for Java(tm) Technology Specification (JSR 170). Its goal is to create a freely available, fast, and extensible layer for various content dependent applications to build upon.
http://wiki.aparzev.com/confluence/display/JCR/Home/
WebLucene点击:125
 分类:tech; softdev; Java; search; lucene; web; weblucene; OSS; project 时间:2005-9-9 14:00:01 agui收录 (还有5人收录) 复制到我的网摘
WebLucene: Lucene search engine XML interface, provided sax based indexing, indexing sequence based result sorting and xml output with highlight support.The CJKTokenizer support Chinese Japanese and Korean with Westen language simulately.
http://sourceforge.net/projects/weblucene/
Checkstyle - Checkstyle 4.0-beta5点击:96
 分类:tech; softdev; OSS; java; qa; project 时间:2005-8-29 12:40:46 agui收录 复制到我的网摘
Overview

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.

Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. As well, other sample configuration files are supplied for other well known conventions.

A good example of a report that can be produced using Checkstyle and Maven can be seen here.
Features

Checkstyle can check many aspects of your source code. Historically it's main functionality has been to check code layout issues, but since the internal architecture was changed in version 3, more and more checks for other purposes have been added. Now Checkstyle provides checks that find class design problems, duplicate code, or bug patterns like double checked locking.

For a detailed list of available checks please refer to the Standard Checks and Optional Checks pages.
http://checkstyle.sourceforge.net/
PMD - PMD点击:83
 分类:tech; softdev; OSS; Java; project; qa 时间:2005-8-29 12:11:06 agui收录 (还有1人收录) 复制到我的网摘
PMD scans Java source code and looks for potential problems like:

* Empty try/catch/finally/switch blocks
* Unused local variables, parameters and private methods
* Empty if/while statements
* Overcomplicated expressions - unnecessary if statements, for loops that could be while loops
* Classes with high Cyclomatic Complexity measurements

You can get an overview of all the rules at the Rulesets Index page.

PMD has plugins for JDeveloper, Eclipse, JEdit, JBuilder, Omnicore's CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs. You can download everything from here.
http://pmd.sourceforge.net/
FindBugs - Find Bugs in Java Programs点击:80
 分类:tech; softdev; OSS; sf; Java; project; qa 时间:2005-8-29 11:50:37 agui收录 (还有1人收录) 复制到我的网摘
This is the web page for FindBugs, a program which looks for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License.

FindBugs requires JRE (or JDK) 1.4.0 or later to run. However, it can analyze programs compiled for any version of Java.

The current version of FindBugs is 0.9.1, released on June 15, 2005.

FindBugs is beta quality software. You may find bugs in it, and the features and source code may change significantly in future releases. We are very interested in getting feedback on how to improve FindBugs. Send your comments to daveho@cs.umd.edu.
http://findbugs.sourceforge.net/
OpenWFE :: Home点击:75
 分类:tech; softdev; Java; OSS; project; workflow; OpenWFE; engine 时间:2005-8-18 12:45:51 agui收录 (还有1人收录) 复制到我的网摘
OpenWFE is an open source workflow engine. It is implemented in Java, and is available under the BSD license.

OpenWFE not only features a workflow engine, but also a full fledged Business Process Management Suite. OpenWFE contains these features and many more:

* a worklist component for storing workitems (tasks) for participants,
* an APRE component, allowing you to implement automated agents into your work flows,
* Droflo, our web-based flow designer,
* and a well-documented REST interface and several libraries to access it, with more on the way.
http://web.openwfe.org/display/openwfe/Home
p2psockets:点击:57
 分类:tech; softdev; Java; jxta; p2p; project; project; OSS 时间:2005-8-18 12:24:01 agui收录 (还有1人收录) 复制到我的网摘
P2P Sockets makes it easy to write peer-to-peer applications based on JXTA. P2P Sockets allows programmers to gain much of the power of JXTA, such as NAT and firewall traversal, without being exposed to its complexity. It does this through ports of popular software projects, such as a web server and web services stack, to work on the JXTA peer-to-peer network. This includes a web server (Jetty) that can receive requests and serve content over the peer-to-peer network; a servlet and JSP engine (Jetty and Jasper) that allows existing servlets and JSPs to serve P2P clients; an XML-RPC client and server (Apache XML-RPC) for accessing and exposing P2P XML-RPC endpoints; an HTTP/1.1 client (Apache Commons HTTP-Client) that can access P2P web servers; a gateway (Smart Cache) to make it possible for existing browsers to access P2P web sites; and a WikiWiki (JSPWiki) that can be used to host WikiWikis on your local machine that other peers can access and edit through the P2P network. P2P Sockets also introduces implementations of java.net.Socket and java.net.ServerSocket that can work on the JXTA network as well as a simple, light-weight, distributed, human-friendly, and non-secure DNS system. For example, to have a peer expose a simple service that can be reached by other peers, you would use the following code:
http://p2psockets.jxta.org/
Open Source Software in Java(tm)点击:67
 分类:oss; java; res; software 时间:2005-8-9 16:35:24 agui收录 (还有17人收录) 复制到我的网摘
A
Aspect-Oriented

B
Bloggers
Build Systems
ByteCode

C
Cache Solutions
Charting & Reporting
Chat Servers
CMS
Code Analyzers
Code Beautifiers
Code Coverage
Collections
Connection Pools
Crawlers

D
Databases

E
EJB Servers
ERP & CRM

F
Forum Soft

G
General Purpose
Groupware

H
HTML Parsers

I
IDEs
Installers
Inversion of Control
Issue Tracking

J
J2EE Frameworks
JMS
JMX
Job Schedulers
JSP Tag Libraries

L
Logging Tools

M
Mail Clients

N
Network Clients
Network Servers

O
Obfuscators

P
Parser Generators
PDF Libraries
Persistence
Portals
Profilers
Project Management

R
RSS & RDF Tools
Rule Engines

S
Scripting Languages
Search Engines
Source Control
SQL Clients

T
Template Engines
Testing Tools

U
UML & Modeling

W
Web Frameworks
Web Mail
Web Servers
Web Services
Web Testing
Wiki Engines
Workflow Engines

X
XML Parsers
XML UI Toolkits
http://java-source.net/
JSVN - A Java Subversion Client点击:61
 分类:oss; softdev; vcs; java; svn; project 时间:2005-8-9 16:26:07 agui收录 复制到我的网摘
JSVN was released as an open source project on 01/14/2003. It is licensed under the Academic Free License version 1.2

The goal of JSVN is to develop a Java Swing client to access and manipulate a Subversion repository. JSVN is currently under active development. JSVN is nearly "feature-complete" and is very functional in its present state.

As of release 0.6, JSVN has begun implementing several Ant tasks to provide repository access from within Ant scripts. Additionally, a plugin to integrate JSVN with IntelliJ's IDEA is under development.
http://jsvn.alternatecomputing.com/
J2MECodex Search J2ME Source Code点击:57
 分类:search; softdev; java; j2me; sourcecode 时间:2005-8-8 16:44:45 agui收录 复制到我的网摘
J2ME Code Examples

* Search public domain JAVA J2ME code
* Thousands of indexed files for fast lookup
* Enter a query with at least 4 characters
* Please contact me to add files or report problems
http://www.j2mecodex.com/
juxy.tigris.org点击:103
 分类:oss; project; java; tigris; xml; xslt; test 时间:2005-8-5 14:54:54 agui收录 (还有1人收录) 复制到我的网摘
Juxy is a simple unit testing library for XSLT written in Java. Juxy allows to call or apply individual XSLT templates from Java and does not use any specific features of XSLT processor for that purposes. It relies entirely on TRaX API and should work with any TRaX compliant XSLT processor.
http://juxy.tigris.org/
Sleep - Java Scripting Language点击:74
 分类:dev; lang; scripting; java; lib 时间:2005-7-26 14:16:40 agui收录 (还有1人收录) 复制到我的网摘
About

Sleep is an embeddable scripting solution for Java applications. Sleep is heavily inspired by Perl with bits of Objective-C thrown in. The Sleep Java API allows the language to be extended with new constructs, operators, functions, and variable containers.

Sleep source and binaries are released under the GNU Lesser General Public License
http://sleep.hick.org/index.html
Java开发人员书房必备 - dearbook读书笔记点击:72
 分类:book; java; res 时间:2005-7-22 19:35:57 agui收录 (还有27人收录) 复制到我的网摘
笔者这两年陆陆续续的看了几位专家有关Java开发人员需要阅读的好书籍介绍,现在又看到XP专家Roy Miller有关Java开发人员必备书籍的介绍,觉得有必要将几位专家的意见综合一下,选出几本公认的书来,供各位朋友们参考。
http://www.dearbook.com.cn/Guide/ViewGuide.aspx?GuideID=315
[print version] 'Write once, run anywhere' not working for phones | CNET News.com点击:62
 分类:java; cell-phone 时间:2005-7-15 11:49:38 agui收录 复制到我的网摘
When it was first introduced, Sun Microsystems' Java software for cellular phones was supposed to let developers write a single program that could run on any handset.

A half decade later, Sun's Java for cell phones, called the mobile information device profile, or MIDP, is used in half the world's 1.4 billion phones for downloading other bits of software. But writing a program that can run on any handset still isn't possible.

It's an odd by-product of Java's success in the cell phone market. Ironing out the details of software such as the MIDP takes time, and neither the cell phone makers nor service providers have been willing to wait as they pump out the 700 million or so cell phones sold each year.
http://news.com.com/2102-1037_3-5788766.html?tag=st.util.print
页码: [1 2 共2页、46项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved