- 博客(13)
- 收藏
- 关注
转载 数据库时代的终结
以数据库为核心的软件时代已经过去,数据库时代早已结束,当我看到J2EE征途中那么多人在对象和数据库之间彷徨痛苦ing的时候,我想我该出来喊一声了。 其实这句话在几年前肯定有人喊过,因为中间件时代的来临,实际意味着数据库时代终结,正所谓一山无二虎:如果你重视数据库,你的J2EE系统就无法完全OO,只有你忽视数据库,你的系统才有可能完全迈向OO,至于数据库性能调
2007-05-09 14:42:00
625
原创 Servlet实现随机验证码
写servlet package com.jvcn.inc; import java.io.*;import java.util.*;import com.sun.image.codec.jpeg.*;import javax.servlet.*;import javax.se
2007-04-25 18:08:00
664
转载 JDK5新特性之一----静态导入
现在让我们来看看JDK5中有什么更激动人心的改进和创新,我要介绍的是其中的一个比较实用的特性:静态导入!直接看一段代码吧,很容易就可以了解: package staticEx; public class TranscendentalCon
2007-04-20 11:32:00
620
原创 use JOX framework let javabean to xml
JOX DocumentationThe Javadoc API documentation is available in the JOX distribution, or you can view it online here. The Quick & Dirty JOX TutorialJOX is extremely easy to use. Assume you have t
2007-04-18 18:22:00
1039
转载 Method Injection
Method Injection The basic concept is that the IoC container can override abstract or concrete methods on managed objects on deployment. The container is injecting a method, such as a getter metho
2007-04-11 18:07:00
909
原创 Hibernate Annotations Reference Guide
Hibernate Annotations Reference GuideSetting up an annotat
2007-04-09 10:33:00
1617
转载 Portlet 入门
什么是Portlet ?Portlets “Portlets 是一种Web组件-就像servlets-是专为将合成页面里的内容聚集在一起而设计的。通常请求一个portal页面会引发多个portlets被调用。每个portlet都会生成标记段,并与别的po
2007-04-05 17:12:00
1804
3
原创 最新JAVA开源项目
Spring Framework 【Java开源 J2EE框架】Spring是一个解决了许多在J2EE开发中常见的问题的强大框架。 Spring提供了管理业务对象的一致方法并且鼓励了注入对接口编程而不是对类编程的良好习惯。Spring的架构基础是基于使用JavaBean属性的Inversion of Control容器。然而,这仅仅是完整图景中的一部分:Spring在使用IoC容器作为
2007-04-05 16:38:00
1425
转载 IT行业员工加班现象深度分析
IT业加班多,地球人都知道,但为什么加班多,未必地球人都知道。包括你!对!就是你!现在正在加班并且偷懒看这篇文章的你。 加班分为两种,一种是主动的,一种是被动的。其成因、发展、现状截然不同,必须分别论述。 在主动加班者当中,分为三个流派。少壮派 既然是少壮派,当然岁数不大,职位不高,大学毕业没两年。多数独自在大城市打拼,属于典型的三无青年:无钱、无房、无女友(男友)
2007-04-04 09:57:00
2037
原创 a easy custom component in tapestry created by james
今天刚刚搞了个自定义组件,写出来玩玩,嘿嘿 create a "Border.jwc" its name is custom component name "-//Apache Software Foundation//Tapestry Specification 4.0//EN" "http://jakarta.apache.org/tapestry/dtd
2007-03-28 15:10:00
697
原创 Tapestry framework component -------propertyselection
from:jamesTapestry framework component -------propertyselectionParameters Name Type
2007-03-27 18:02:00
710
原创 Use xfire to done your web services in java
Use xfire to done your web services1. SampleService:First config, xfire-servlet.xml:xml version="1.0" encoding="UTF-8"?>DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.spring
2007-03-27 17:55:00
704
1
原创 Tapestry+spring+hibernate基本架构
Tapestry+spring+hibernate 1. 配置tapestry1)Web.xml中配置tapestry’s servlet servlet> servlet-name>appservlet-name> servlet-class>org.apache.tapestry.ApplicationServletservlet-cla
2007-03-27 17:45:00
2909
5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人