???

Java ?????

2007年05月28日

Hibernate

http://www.hibernate.org/

http://www.techscore.com/tech/Others/Hibernate/index.html

Eclipse

http://www.eclipse.org/

Struts

http://struts.apache.org/

2007年05月29日

WTP

Web Tools Platform (WTP) Project

Spring

springframework.org

2007年06月01日

Eclipse Plug In

?????????/
????????UNICODE??????????????

Middlegen
MiddlegenIDE??Eclipse???Middlegen?????????????
Heibernate???????????JAVA??????????

JDK

Java SE Downloads
JDK???????

2007年06月06日

JAVA

???????? | ?????????

IT??????

2007年06月18日

Spring??

Spring???Java/J2EE?????????????????
???????????????????????

???????????

Spring2.0?? Java?????????Web??????

??????????????????????
??Spring?????????????????????????????????

Java?J2EE???????? Spring?? ~????Web??????????????

???Spring?????????????????????????
?????????

Spring???Web????????????????

???CD??????????????????????????????????????????????
??????????????
????????????Hebernate????Struts????????????????????
???????????????Spring???Spring??2.0????????????????????

2007年06月19日

Hibernate??

O/R????? ??????

HIBERNATE ?? ?????

????????????????????
??????????????

WTP??

WTP(Web Tools Platform)?Eclipse?????????
J2EE???????????????????

???????????????

?Web Standard Tools(WST)
?J2EE Standard Tools(JST)
?JavaServer Faces Tools(JSF)

Eclipse??

?????????????????

Eclipse 3.2 ????

?????????????????????
???Eclipse???????????

2007年06月21日

JAVA???????

Commons IO??????

Commons IO?java.io???????????????????????API?????
??????????????????????

2007年07月10日

SVF???????

SVF Java PRODUCTS - FAQ???????)

2007年09月07日

String???Date??

org.apache.commons.lang.time.DateUtils?????.

import java.util.Date;
import org.apache.commons.lang.time.DateUtils;

public class Test1 {

  public static void main(String[] args) {

    /** ???????????? */
    final String[] parsePatterns = {"yyyy/MM/dd", "yyyy/MM/dd HH:mm:ss"};

    try{
      
      Date date = DateUtils.parseDate("2007/09/07", parsePatterns);
      
      System.out.print(date);
      
    }catch ( Exception e ){
      
    }
  }
}

2011年03月
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31