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

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

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

ewang的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 Gougou 订阅 使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共5页、141项网摘
Using Valang validator - Confluence点击:114
 分类:Spring; Java; validate 时间:2005-5-29 12:27:43 ewang收录 复制到我的网摘
With Valang validator you can write declarative validation rules using an intuitive syntax. The purpose of Valang validator is:

* to quickly write validation rules without the need to create a class or write Java code.
* to ease the use of the Spring validation tools.
* to make validation rules compact, easily readable and maintainable.
http://opensource.atlassian.com/confluence/spring/display/MODULES/Using Valang validator
About Valang validator点击:110
 分类:Java; Spring; validate 时间:2005-5-29 12:27:18 ewang收录 复制到我的网摘
http://jroller.com/page/sdevijver/20050528#about_valang_validator
Software ?Quaqua Look And Feel点击:107
 分类:Java; Swing 时间:2005-5-27 1:32:51 ewang收录 复制到我的网摘
The Quaqua Look and Feel (Quaqua) is a Java implementation of Apple's Human Interface Guidelines (AHIG) for Mac OS X.
http://www.randelshofer.ch/quaqua/download.html
Neat trick to reduce size of your code.点击:123
 分类:Java; Optimization 时间:2005-5-27 1:24:23 ewang收录 复制到我的网摘
I admire work Eric Bruneton did on ASM, because this code is piece of art. ASM runtime is only 35K and it support all Java 5 features and still work on JRE 1.3. There is many gems in there and this is only one of the tricks you can use to reduce class size.
http://jroller.com/page/eu/20050526#neat_trick_to_reduce_size
创建国际化的 JSP 应用程序点击:95
 分类:Java; jsp; International 时间:2005-5-25 9:54:24 ewang收录 (还有3人收录) 复制到我的网摘
为国际客户设计 Java Server Pages(JSP)应用程序更像是一门艺术,而不像是科学,但所涉及的内容不仅仅能满足眼球。成功的关键是理解与国际化有关的独一无二的服务器端问题。Java 开发人员 Sing Li 将阐述这个重要问题,并给出两个经过考验确实有效的解决方案。
http://www-128.ibm.com/developerworks/cn/java/j-jspapp/
JUnit 断言扩展点击:82
 分类:Java; JUnit 时间:2005-5-25 9:30:47 ewang收录 (还有2人收录) 复制到我的网摘
JUnit 通过制作满足预期需求的断言来测试软件代码单元,但是这些断言只限于基本操作。IBM 软件工程师 Tony Morris 通过引入 JUnit 断言扩展(Assertion Extensions for JUnit)填补了这个空白,JUnit 断言扩展提供了一整套在 JUnit 框架中执行的复杂断言。下面请随作者的演示一道,了解如何使用这个来自 alphaWorks 的新包来提高 Java 软件的可靠性和健壮性。
http://www-128.ibm.com/developerworks/cn/java/j-unitx/index.html
Simple CSV点击:83
 分类:Java 时间:2005-5-25 0:55:09 ewang收录 (还有1人收录) 复制到我的网摘
I've been bitten a number of times in the last several months by there not being a decent CSV library in Java. CSV is just enough of a pain to want a somewhat thought out tool (escaping, quoted fields, possibly comment rows).
http://kasparov.skife.org/blog/2005/05/24/#simple-csv
CSV Tools点击:73
 分类:Java 时间:2005-5-25 0:54:41 ewang收录 复制到我的网摘
Utility classes to simply reading from, and writing to, CSV (or other character delimited) files. They provide for splitting up, and building, flat files into arrays or Strings. Very basic, but they handle escaping, quotes, etc.
http://kasparov.skife.org/csv/
New Spring Releases 点击:109
 分类:Java; Spring 时间:2005-5-24 10:22:44 ewang收录 复制到我的网摘
http://jroller.com/page/raible?anchor=new_spring_releases
如何在方法内部获得调用者信息--透明思考点击:85
 分类:Java 时间:2005-5-23 21:58:04 ewang收录 (还有1人收录) 复制到我的网摘
public static String getCaller() {
int i;
StackTraceElement stack[] = (new Throwable()).getStackTrace();
for (i=0; i < stack.length; i ) {
StackTraceElement ste=stack[i];
System.out.println(ste.getClassName() "." ste.getMethodName() "(...)");
System.out.println(i "--" ste.getMethodName());
System.out.println(i "--" ste.getFileName());
System.out.println(i "--" ste.getLineNumber());
}
}
http://gigix.blogdriver.com/gigix/701771.html
Pebble - blogging tools written in Java点击:103
 分类:Java; opensource; blog 时间:2005-5-23 21:55:49 ewang收录 (还有2人收录) 复制到我的网摘
Pebble weblog is the popular server-side blogging tool written in Java. It's small, fast and feature-rich with an unrivalled ease of use. Blog content is stored as XML files on disk and served up dynamically, so there's no need to install a database. All maintenance and administration can be performed through your web browser, making Pebble ideal for anybody who is constantly on the move or doesn't have direct access to their host.
http://pebble.sourceforge.net/
Code Statistic Lines Eclipse Plugin:Java项目代码行数统计插件点击:163
 分类:Java; eclipse 时间:2005-5-23 21:49:07 ewang收录 复制到我的网摘
Code Statistic Lines Eclipse Plugin:Java项目代码行数统计插件
适用范围:Eclipse 3.0.1,3.0.2
http://www.neokeen.com/mornlee/2005/05/14/1116071313734.html
Daemon - Daemon : Java based daemons or services点击:79
 分类:Java 时间:2005-5-23 20:23:29 ewang收录 复制到我的网摘
Most multi-user operating systems already have a way in which server applications are started and stopped, under Unix based operating systems non interactive server applications are called daemons and are controlled by the operating system with a set of specified signals. Under Windows such programs are called services and are controlled by appropriate calls to specific functions defined in the application binary, but although the ways of dealing with the problem are different, in both cases the operating system can notify a server application of its imminent shutdown, and the application has the ability to perform certain tasks before its process of execution is destroyed.
http://jakarta.apache.org/commons/daemon/
CowCatcher点击:84
 分类:opensource; Java 时间:2005-5-23 15:07:14 ewang收录 复制到我的网摘
CowCatcher is an Open Source initiative aimed at providing authoring tools and a repository for Java training material. This material is primarily directed at those who provide Java class-room training (like ourselves!), but may be of use for anyone studying Java.
http://www.justobjects.org/cowcatcher/
Pushlets - Whitepaper点击:89
 分类:opensource; Java 时间:2005-5-23 15:00:36 ewang收录 复制到我的网摘
Pushlets are a servlet-based mechanism where data is pushed directly from server-side Java objects to (Dynamic) HTML pages within a client-browser without using Java applets or plug-ins. This allows a web page to be periodically updated by the server. The browser client uses JavaScript/Dynamic HTML features available in type 4 browsers like NS and MSIE. The underlying mechanism uses a servlet HTTP connection over which JavaScript code is pushed to the browser.
http://www.pushlets.com/doc/whitepaper-all.html
MyJavaPack Home - what's mine is yours点击:116
 分类:Java; opensource 时间:2005-5-23 14:43:31 ewang收录 复制到我的网摘
MyJavaPack is a platform independent installer of 37 Java developer goodies.
http://open-centric.com/myjavapack/index.html
Letting Java in on SQL Server Notifications点击:134
 分类:Java; DB.MSSQL 时间:2005-5-21 15:09:32 ewang收录 复制到我的网摘
SQL Server's Notification Services let you instruct the database to let your applications or your users know when data changes or reaches critical thresholds. Furthermore, standard notification delivery methods ensure that notifications aren't limited to .NET or Windows clients.
http://www.devx.com/Java/Article/28139/0/page/1
Fast MD5 Implementation in Java点击:123
 分类:Java; security; md5 时间:2005-5-21 15:09:05 ewang收录 复制到我的网摘
http://www.twmacinta.com/myjava/fast_md5.php
OpenWFE :: Home点击:100
 分类:Java; workflow 时间:2005-5-21 15:03:07 ewang收录 (还有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.
http://web.openwfe.org/display/openwfe/Home
SiteMesh - SiteMesh Overview点击:102
 分类:Java; sitemesh 时间:2005-5-21 14:57:45 ewang收录 (还有2人收录) 复制到我的网摘
SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in creating large sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required.
http://www.opensymphony.com/sitemesh/
Java Advanced Imaging (JAI) API点击:96
 分类:Java; image 时间:2005-5-18 19:24:17 ewang收录 复制到我的网摘
The Java Advanced Imaging API provides a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily.
http://java.sun.com/products/java-media/jai/
JasperReports - Home点击:113
 分类:Java; Report 时间:2005-5-17 23:52:01 ewang收录 (还有2人收录) 复制到我的网摘
JasperReports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files.
http://jasperreports.sourceforge.net/index.html
JCom (Java-COM Bridge)点击:152
 分类:Java; Windows 时间:2005-5-10 22:04:05 ewang收录 复制到我的网摘
JCom is a bridge library between Java and Com to enable COM object access from Java classes. Example: Creating an Excel worksheet, or using Visual Basic COM application from a Java application.
http://sourceforge.net/projects/jcom/
怎样在java程序将已经定义的用户名和密码给外部程序呢?点击:106
 分类:Java 时间:2005-5-10 21:54:05 ewang收录 复制到我的网摘
String command = "ssh name@server"
try {
Process p=Runtime.getRuntime().exec(command);
InputStream err=p.getErrorStream();//程序错误输出
InputStream in=p.getInputStream();//程序输出
OutputStream out=p.getErrorStream();//程序输入
String password="1234567";
out.write(password);//有问题,类型不对,懒得改
}
catch (IOException ex) {
}
http://www.matrix.org.cn/forum_view.asp?forum_id=1&view_id=16449
Static or Dynamic Mock: A brief comparison.点击:202
 分类:Java; se; test; JUnit 时间:2005-4-29 17:38:34 ewang收录 复制到我的网摘
http://blogs.codehaus.org/people/rinkrank/archives/000565_static_or_dynamic_mock_a_brief_comparison....
Java中使用JCOM操作Office对象点击:105
 分类:Java; Windows 时间:2005-4-28 18:44:10 ewang收录 (还有1人收录) 复制到我的网摘
通过使用COM技术,我们用微软Office应用程序能够建立很多应用程序扩展,但是Java开发人员却无法享受它带来的便利--除非他们拥有方便的Java访问COM的途径(Java-to-COM桥)。使用JCom的时候,你可以在Java中控制几乎所有的COM对象,而且它还带有一些用于Excel的强大的辅助类。
http://www.csdn.net/news/newstopic/20/20937.shtml
jhighlight: Home点击:111
 分类:Java; HTML&JS 时间:2005-4-26 22:41:43 ewang收录 复制到我的网摘
JHighlight is an embeddable pure Java syntax highlighting library that supports Java, HTML, XHTML, XML and LZX languages and outputs to XHTML.
https://jhighlight.dev.java.net/
Welcome to Jamecs点击:122
 分类:Java; OS.CMS 时间:2005-4-26 22:40:59 ewang收录 复制到我的网摘
Welcome to Jamecs, the JAva Managed Content System. Jamecs (known as the Java Information Manager, or Jim, to friends) is a powerful, flexible Content Management System (CMS) for the Java2 Enterprise Edition Web Platform.
http://jamecs.sourceforge.net/
Welcome to the Java Open Single Sign-On Project点击:98
 分类:Java 时间:2005-4-26 22:37:43 ewang收录 (还有2人收录) 复制到我的网摘
http://www.josso.org/
A couple of ideas on programmatic Spring context configuration点击:119
 分类:Java; Spring 时间:2005-4-24 13:51:01 ewang收录 复制到我的网摘
From time to time I read criticisms about the fact that Spring has to be configured through long xmls, and that there is no easy-to-use programmatic api. While I certainly don't hate xml configs, and I appreciate the approach Spring has taken for its xml configuration (a simple format, consistent through every layer and using common javabeans conventions) I sometimes realize that I'm suffering from the lack of refactoring and navigation capabilities on the config (I work with Intellij IDEA, I imagine that the eclipse IDE provides good answers to all of this).

So I tried experimenting with a couple of ideas with regards to a programmatic configuration, and I sketched up a class that allows simpler programmatic config for Spring contexts: I'd like to know if there's other people that could be interested in this approach, that's why I'm talking about it here.
http://java.stratosfera.it/page/javasfera/20050422#a_couple_of_ideas_on
页码: [1 2 3 4 5 共5页、141项网摘

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