[링크]
http://www.ibm.com/developerworks/kr/java/newto/



사실 http://blog.rjcho.com/1401 에서 asp.net 접근에 대해 언급한 것과 마찬가지로
이번엔 java에 대해 링크 걸어봄



저번 세미나에서 들은 경향은 루비로 레일스 기반에서 개발을 많이하고 있는 것 같긴한데,
그래도 아직은 자바가 ^^;

물론, http://java.sun.com 에서도 체게적인 접근이 가능하고
메일로도 좋은 내용을 보내기주기는 하지만, 그래도
한글로 되어 있는 그런대로 통밥(조감)잡을 수 있는
링크를 연결해보면 여기다. 싶다.



사람 마음이 이상해서 C#에 asp.net 2.0에서 개발하고 있는 현재
이상하게 자바가 더 하고 싶어진다.
NetBeans에서 개발했었는데,
요샌 Eclipse가 대세인지... 거기서 개발하고 싶어지는데 *_*

이러다 하나도 제대로 할 줄 모르는 *_ㅂ 반성해본다.

이번엔 Eclipse 에서 SpringFramework 기본만 알아둘 생각이다.
http://download.eclipse.org/technology/phoenix/demos/install-wtp/install-wtp.html
요샌 동영상으로 잘 나와있다.
Posted by iarchitect

[목표]
실천하지 못한 방법을 이제서야 다시한번 정리하고 현업에 적용하는 것에 목표를 두었습니다.
그렇다고 적는 내용이 어렵진 않습니다.


제가 경험한 마라톤을 예를 들어도 알고보면 잘할 수 있는 비결이
다른 이가 모르는 것은 아니거던요. 즐겁게 달리고, 체력을 키우고,
그 달리기 세상으로 가면 알게되는 몇가지 방법(일반화)을 알고 나면
그 다음은 뜨거운 열정으로 지치지 않고 실천(개인화/체화)하는 것외는 다른 방법은 없더라구요!
(저 스스로 세뇌시키는 글입니다.-_-)

[실마리]
ㄱ) TDD 책도 대략 읽어본 상태이지만, 머리 속 구현은 아무 소용없음을 알고 있는 저로선,
ㄴ) [삼색볼펜 초 학습법],[마인드맵핑]의 적용과 효용도 알고 난 지금
적용해봅니다.

eclipse 에서 JUnit 적용한 것은 올린 것 같은데 ...다 잊고 새롭게 ...
이번엔, [실용주의 프로그래머를 위한 단위 테스트 with JUnit] http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200411020003  
읽으면서 정리해보기로 하고


Test 클래스를 만들고 싶은 Source file 오른쪽 마우스를 클릭하여 생성할 수 있습니다.
기본적인 TestCase에서 extends 되는 클래스를 만들어 줍니다.
[Source Package]아니라 [Test Package]에 만들어진다는 것은 so goood~


해당 package 전체에 관해 JUnit Tests를 할 수 있습니다.
재미난 점은 UtilSuite란 클래스가 만들어지면서 해당 패키지 전체의
JUnit 클래스를 실행할 수 있습니다.

Test Class를 자동 생성해주면서 setUp(), tearDown() 등도 자동으로 생성되는군요!

[Unit Test] 하면 떠오르는게 빨간색과 초록색입니다. ^^'

위 그림중 testLargest는 성공했고,
testEmpty 메서드는 Largest 클래스의 Empty 메서드를점검하는 Unit이죠!

- 여기서 알수 있는 것은 테스터메서드의 네이밍은 test로 시작합니다.
클래스는 뒤에 Test란 접두어를 붙입니다.
- 지금 애매한 것은 제가 잘 모르고 있는지 몰라도 refactor시에 test 코드가
적용되지 않았다는 것이 ...애매했습니다.


[테스트 성공 화면]

[참고 URL]
http://www.pragmaticprogrammer.com/sk/ut  에 보면
Summary Card  를 클릭해서 pdf를 받아보시면 행동강령(?)을 알수 있습니다.
pdf를 올리려다. URL을 알리는 것이 더 나은 것이라 생각하고 ^^'

Posted by iarchitect

http://www.netbeans.org/community/releases/50/


정식 버전이 나왔다. 철지난 이야기진만서도...
설치해서 사용중인데

갑자기 eclipse로 만들어진 프젝을 import해야되는데 기억이 안났다.
help contents에서
import eclipse로 검색을 하니
update manager를 통해 download를 받아야 된다.


잉! 왜 몰랐을까...^^'


하여튼 자바 개발툴도 장족의 발전을 한 것은 맞다.


update manager 통해 업데이트 하면 이런 메세지를 볼 수 있다.
이런 옵션이 versioning과 관계됨을 안다.

'컴퓨터(InfoTech)' 카테고리의 다른 글

[DP] 13. Flyweight 패턴 - 37 분  (1) 2006/02/08
[DP] 12. Facade 패턴 - 29 분  (0) 2006/02/08
[netBeans] 넷빈즈 5.0  (0) 2006/02/08
[DP] 11. Decorator 패턴 - 28 분  (0) 2006/02/07
[DP] 10. Composite 패턴 - 58 분  (0) 2006/02/06
[DP] 09. Bridge 패턴 - 34 분  (1) 2006/02/04
Posted by iarchitect
TAG NetBeans
아쉬운 부분...
물론 코딩부분이 아니고 SQL 문 화일이지만...

Posted by iarchitect
TAG NetBeans
eclipse를 먼저 만나서 그런지,
넷빈즈 사용하기가 ...


그래도 웹쪽으로 개발할때 tomcat이나 sun 서버를 지니고 있어서 좋긴하지만,
에디팅 기능은 대체로 아직도 만족 못하고 있습니다.



우연히 보니 데이터 베이스로
hypersonic 자바 db를 사용하고 있네요.
예전 한전KDN PLC를 이용한 통신 연구 프젝에서
잘 사용했었는데 ...ㅋㅋ

^^ 자주 글 못적어서 ...
Posted by iarchitect
TAG NetBeans
같은 시기에 버전 5가 나오는 바람에 마케팅을 별로 안하는 것 같긴한데..

물론, 11/22, 23일 ms 런칭 세미나에 참석신청은 했지만(90일 사용버전을 준다기에 )


netBeans역시 java입장으로보면 막강하다.

물론, 이클립스를 처음에 적응한지라, 에디터부분엔 마음에 들진 않지만,

그것은 바뀌여질수 있음으로...


어제 새벽에 알아서 집엔 설치를 했고, 회사에 설치해서 테스터해보려는중에

...


아래 처럼 복사해서 짜집기하면 안되지만, 홍보차원에서 ^^


www.netbeans.org에서 구할 수 있으니 자바 관련 개발하시는 분은 꼭 사용해보시면 좋겠다.

사용하면서 IDE의 성공으로 ms가 개발자에게 어필하지 않았나 하는 생각도 다시금 해보는 것이다.

이면에서

netBeans는 java 진영에서 훌륭한 도구로 남아야 ... *_* 여기까지.


Introduction



Welcome to NetBeansTM IDE 5.0. NetBeans IDE is a modular, standards-based integrated development environment (IDE), written in the JavaTM programming language. The NetBeans project consists of:


For information about new development features in NetBeans IDE, see the What's New in NetBeans IDE 5.0.

If you are looking for information about installing the IDE, see the NetBeans Installation Instructions.



System Requirements



Supported Operating Systems

NetBeans IDE runs on operating systems that support the JavaTM VM. Below is a list of platforms that NetBeans IDE has been tested on.

  • Microsoft Windows XP Professional SP2
  • Solaris operating system (SPARC® and x86 Platform Editions) versions 8, 9, and 10
  • Red Hat Fedora Core 3
  • Mac OS X 10.4

NetBeans IDE is also known to run on the following platforms:

  • Java Desktop System 2
  • Microsoft Windows 2000 Professional SP3
  • Various other Linux distributions
  • Open VMS 7.2-1 or later
  • Other UNIX® platforms, such as HP-UX
    Note: the Sun Java System Application Server may not run on certain platforms.

Minimum Hardware Configuration


  • SolarisTM operating system:

    • Processor: 450 MHz UltraTM 10 workstation or equivalent
    • Memory: 384 megabytes
    • Disk space: 125 megabytes of free disk space


  • Microsoft Windows operating systems:

    • Processor: 500 MHz Intel Pentium III workstation or equivalent
    • Memory: 384 megabytes
    • Disk space: 125 megabytes of free disk space


  • Linux operating system:

    • Processor: 500 MHz Intel Pentium III workstation or equivalent
    • Memory: 384 megabytes
    • Disk space: 125 megabytes of free disk space


  • Macintosh OS X operating system:

    • Processor: PowerPC G4
    • Memory: 512 megabytes
    • Disk space: 125 megabytes of free disk space

Recommended Hardware Configuration


  • SolarisTM operating system:

    • Processor: 500 MHz UltraTM 60 workstation or equivalent
    • Memory: 512 megabytes
    • Disk space: 125 megabytes of free disk space


  • Microsoft Windows operating systems:

    • Processor: 780 MHz Intel Pentium III workstation or equivalent
    • Memory: 512 megabytes
    • Disk space: 125 megabytes of free disk space


  • Linux operating system:

    • Processor: 800 MHz Intel Pentium III workstation or equivalent
    • Memory: 512 megabytes
    • Disk space: 125 megabytes of free disk space


  • Macintosh OS X operating system:

    • Processor: PowerPC G5
    • Memory: 1 gigabyte
    • Disk space: 125 megabytes of free disk space

Required Software

NetBeans IDE runs on the J2SE JDK 5.0 (JavaTM 2 JDK, Standard Edition), which consists of the Java Runtime Environment plus developer tools for compiling, debugging, and running applications written in the JavaTM language. NetBeans IDE 5.0 also runs on J2SE SDK version 1.4.2, but it has only been tested on JDK 5.0.

Note: If you wish to run the IDE on earlier versions of the SDK or if you prefer to install the IDE manually, you can download archived versions of the IDE at http://java.sun.com/products/archive/index.html.

You can download the JDK for your platform from one of the sites listed below:

Sun Java System Application Server Requirements

In order to use the J2EE development features of NetBeans IDE 5.0, you must have the Sun Java System Application Server Platform Edition 8 2005Q1 installed on your computer. You can download it here.

Note: Because you also need the Sun Java System Application Server PE 8 2005Q1 to work with the J2EE features of NetBeans IDE 5.0, your computer must also meet the application server's minimum requirements.

Other Application Server Requirements

If you are working with other servers, confirm that your system meets their minimum requirements as listed below:



Compatibility

When you first run the IDE, you can import a subset of the settings you used in NetBeans IDE 4.0. If you choose not to import settings from a previous release, the IDE opens using the default settings. Project-specific settings are not importable from version 3.6.
Note: The IDE only recognizes previous installations where the user directory resides in the default location. It does not recognize installations where you have specified a user directory using the --userdir switch. If you would like to import settings from an IDE that the installer does not recognize, download an archive version of the IDE instead of the installer.
Though it is possible to import settings from a previous IDE installation into NetBeans IDE 5.0, it is not possible to import settings from NetBeans IDE 5.0 into an earlier IDE release.

Note:If you edit the Project Properties for a project that was created in NetBeans IDE 4.1 or earlier in NetBeans IDE 5.0, the project will no longer work in the earlier NetBeans IDE versions.





Known Issues



Note: The NetBeans IDE and Sun Java System Application Server bundle creates the admin user with password adminadmin by default. Users should use these settings to log in via the web console.

The unresolved issues for this release are as follows:




  • NetBeans fails on startup with SELinux option enabled.

    Description:

    When starting NetBeans with the Security-enhanced Linux option enabled, startup fails.
    Workaround:

    If this happens, disable SELinux temporarily by typing #setenforce 0 in the command line. Note that this requires root priviledges. Then add selinux=0 to your kernel command line to disable SELinux at boot.


  • Issue #26965

    Description:

    If you have an incompatible version of sax.jar in your JDK installation, the IDE installer crashes with the following message: "The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104)"
    Workaround:

    Temporarily remove jre/lib/endorsed/sax.jar from the JDK directory during IDE installation.


  • Issue #32463 (Macintosh OS X only)

    Description:

    Right-click mouse behavior not emulated on multiple files.

    Workaround:

    Press and hold Control while selecting multiple files one at a time. Note that the contextual menu will appear after each mouse click and may obstruct subsequent selections.


  • Issue #47645
  • Issue #52856 (Windows XP only)

    Description:

    Sun Java System Application Server installation fails. Note that this problem has been known to occur both when using the NetBeans 5.0 IDE and Sun Java System Application Server Platform Edition 8 Bundle installer as well as the stand-alone Application Server installer. This happens when a previous installation of the Application Server has failed and subsequent attempts at uninstallation were also unsuccessful (i.e. some registry entries or configuration files weren't deleted).
    Workaround:

    If this happens, remove all previous installations of the Sun Java System Application Server. Then delete the installer's <USERHOME>Local Settingstemp directory and the Application Server's Application DataSuntmp directory (note that files may also be located in <WINDIR>Sun). If a previous uninstallation attempt of the Application Server was unsuccessful, also delete the <SYSTEMDIR>/productregistry file. Next, create a new directory within which to install the software and ensure that the directory is empty and writable. Finally, reinstall the Application Server in the new location on your system.


  • Issue #56910

    Description:

    Sun Java System Application Server is restarted in some cases after deployment. This occurs when a module that is deployed to the application server has errors in its sources, such as when a remote method does not throw a RemoteException.
    Workaround:

    If this occurs, run the integrated J2EE verifier to obtain information about why the archive can not be loaded and then edit the source file to correct any errors.


  • Issue #57282 (Linux only)

    Description:

    Sun Java System Application Server is not installed on 64bit JDK on Linux/AMD64. The Application Server installer but does not run on 64bit JDK and therefore the Application Server cannot be installed using a 64bit JDK. This does not mean, however, that the Application Server itself will not RUN on 64bit JDK.

    Workaround:

    If this occurs, run the Application Server bundle installer on a 32bit JDK. After installation you should be able to run both the IDE and Application Server on a 64bit JDK.


  • Issue #59253 (Mac OSX only)

    Description:

    Tomcat fails when using Java 1.5 on Mac OS X causing all webapps to fail once they are deployed.
    Workaround:

    If this happens, move the following native binary files to a new subdirectory:


  • Issue #63084 (Linux only)

    Description:

    NetBeans freezes while debugging an application on the Weblogic9 server started with the Bea JDK (JRockKit).
    Workaround:

    If you experience this behavior, start Weblogic with the Sun JDK that is bundled with WebLogic. To do this, set the system property JAVA_VENDOR to value Sun. Note that the performance of the server will also benefit from this adjustment.




Documentation



The built-in help system for NetBeans IDE 5.0 has not been completely updated to cover the J2EE development features. For information about the J2EE development features, see the following documents:

NetBeans IDE 5.0 Quick Start Guides:

NetBeans IDE 5.0 Import Guides:
Complete list of NetBeans 5.0 Documentation:


Note: If you are running the NetBeans IDE on Mac OS X, see Using NetBeans on Mac OS X for more information about keyboard equivalents, tips and tricks, and other Mac-specific topics.



More Information



You can find news, articles, additional modules, and other useful information on the NetBeans project web site. Since NetBeans is an open-source project, the web site also provides access to source code, a bug database, information on creating your own NetBeans modules, and much more.

For more information, visit http://www.netbeans.org/.

You can keep up to date on NetBeans IDE and interact with the NetBeans community by signing up for NetBeans project mailing lists at http://www.netbeans.org/community/lists/.
Posted by iarchitect
TAG NetBeans
처음엔 NetBeans 접근하는 것이 어색해서 만들어보고,  다른 분들께도 도움이 되었음 했는데
한번 만들어보니 쉽고 편합니다.
그래서 이런 카테고리 자체를 만들 필요가 없지 않나 싶은데요?
없애버릴까요? ㅋㅋ

기본적으로 만들려고 하는 것은 form.html을 통해 색깔을 선택하게 하고, 그것을 servlet으로 보내면 출력되게 하는 아주 간단한 것을 만들어 볼 예정입니다.

[ NetBeans에 tomcat 5.5.9 를 Server Manager로 추가]
1. tool> server manager 클릭 하면 3번의 그림이 나오고 거기서 Add Server를 클릭한다.


2. Browse 버튼으로 tomcat home 디렉토리를 정해줍니다.


3. 추가되고 자동으로 javadocs까지 연결됩니다.




[ 새로운 웹 애플리케이션을 만들어 추가해보면,]
1. Source Structure 에서 Jakarta를 선택하고


2. Server 버전도 Tomcat 5.5.9로 선택하면 된다.


이렇게 만든후 servlet을 새롭게 구성한다면, 자동으로 web.xml에 등록까지 되어 버린다.
다시 말해 아주 편해졌다.

물론, 예전 5.5.7 버전은 제거하고 폴더에서도 모두 삭제 ... 깔끔하죠 제가 ㅋㅋ

[ compile 화면 ]
1. 오른쪽 버튼 클릭하면 이런 재미난 메뉴가 많죠!! 




2. 컴파일 하고 난 화면



3. 실행시켜 보면 재미난 것이 또 있죠.. httpmonitor란 창에서 위와 같은 정보를 모두
볼 수 있다는 것입니다.



[servlet 클래스 추가후]


이전에도 올린 것이지만, web.xml에 자동으로 추가되는 것은 마음에 들군요.



물론 AOP / xdoclet을 이용하면 빨리 될 것으로 보이긴 합니다.
마음에 드는건 이게 모두 ant로 되는 것 같습니다. *_*
아직 command line에선 안해본겁니다.  ㅋㅋ linux 포팅(용어가 애매하네요)할 때 또 적어올리죠!


앗 코드를 안올려서...
아래와 같고... 더 상세한 코드는 바로 전 블로그 글에 있습니다.
엮은 글로 보이게 해야 되는데 *_*
그림 다시 올리자니 귀차나니즘에 이해 부탁드립니다.

protected void processRequest(HttpServletRequest request,
                                                   HttpServletResponse response)
throws ServletException, IOException
{
      response.setContentType("text/html;charset=UTF-8");
      String c = request.getParameter("color");
      
      PrintWriter out = response.getWriter();
 
      out.println("Beer Selection Advice<br>");
      out.println("<br>Got beer color" + c);

      out.close();
}
Posted by iarchitect




<WEB Application 으로 생성> 컨테이너를 tomcat으로 선택






<web.xml 편집> eclipse에도 있을지 모르지만 web.xml  환경설정으로 UI를 가지고

할 수 있는 건 마음에 듦

위 탭에 보면 General/Servlet/Filters/Pages/XML 로 할 수 있네.





<refactoring> 처음에 멍했던 부분 eclipse에선 바로 바로 적용이 되는데 netbeans의 경우엔,

아래 버튼 (Do Refactoring)을 눌러줘 실행해야 된다.


war 화일이 dist 폴더에 만들어지는데,

Linux  테스터 서버에 copy 배포를 했는데 실행 gooood !
Posted by iarchitect
TAG NetBeans
[ 목표 ]

java 로 rmi app 하나 만들면서 테스트 중인데 역시나 폴더를 잘이해야 겠다는 생각이 들다.

이것을 web servlet과 연동해서 실무에 구현하기 위한 study. 그러면서

netbeans 사용법도 익숙해지려고 함.



[ 정리 ]

이클립스는 src 폴더와 bin 폴더로 나뉘었는데

넷빈즈에선 build 폴더 아래 classes 폴더로 class화일 생성되는군!!


IDE에서 rmic 컴파일을 어떻게 하는지 몰라,

우선은 command-line 에서 구현 / 테스트 해보다.


[ 경험 ] - 삽질

=> rmic를 진행하니 stub 클래스만 만들어지는군!

Skel 만들려고 시도하다 포기(5분을 넘기지 않았음)하고 그냥 진행 해보는데 완료!!


=> tiger 버전(java 5.0)에 rmic에 대해 설명해둔 글은 아직 찾지 못했는데 낭패다.

Java 1.2 이전 버전에는 클라이언트에는 스텁(Stub) 파일이 필요하며 서버는 스켈레톤(Skeleton)이 필요했지만, 1.2 이후 버전에서는 스텁과 스켈레톤이 스텁으로 통합되면서 스텁 파일만 있어도 RMI 통신을 할 수 있습니다. 지금까지 한 작업들을 정리하면 다음과 같습니다.


=> rebind에 등록하는 서비스 이름에 여백(스페이스바)이 들어갈 경우 에러가 발생


=> rmiregistry 를 이용하여 컨테이너가 구동되고 1099 포트가 사용된다.



[ 재생산 ]

linux 에서 rmiregistry 서비스 실행하고 windows 2003에서 접속하는 테스트 구현/ 완료


[ 해볼것 ]


JNI와도 연동해야 되는데 이번 기회에 생산성 생각해서 제대로 알아둬야 겠다.

test 폴더는 Junit 관련 폴더 일 듯 하다



start /?

지정된 프로그램이나 명령을 별도의 창에서 시작합니다.

START ["제목"] [/D 경로] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
     [/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL]
     [/AFFINITY <16진수 선호도>] [/WAIT] [/B] [명령어/프로그램]
     [매개 변수]

   "제목"      창의 제목 표시줄에 나타낼 제목
   경로        시작 디렉터리
   B           새 창을 만들지 않고 응용 프로그램 시작. 이 응용 프로그램은
               ^C 처리를 무시. 응용 프로그램이 ^C 처리를 활성화시키지
               않는 한, ^Break로만 응용 프로그램을 중단할 수 있음.
   I           현재 환경이 아닌 새 환경을 원래의 환경 값으로 cmd.exe에 전달
   MIN         아이콘을 표시하며 시작
   MAX         전체 화면을 표시하며 시작
   SEPARATE    별도의 메모리 공간에서 16비트 Windows 프로그램 시작
   SHARED      공유 메모리 공간에서 16비트 Windows 프로그램 시작
   LOW         응용 프로그램을 IDLE 우선 순위 클래스에서 시작
   NORMAL      응용 프로그램을 NORMAL 우선 순위 클래스에서 시작
   HIGH        응용 프로그램을 HIGH 우선 순위 클래스에서 시작
   REALTIME    응용 프로그램을 REALTIME 우선 순위 클래스에서 시작
   ABOVENORMAL 응용 프로그램을 ABOVENORMAL 우선 순위 클래스에서 시작
   BELOWNORMAL 응용 프로그램을 BELOWNORMAL 우선 순위 클래스에서 시작
   AFFINITY    새 응용 프로그램에서 16진수로 지정된 프로세서 선호도
               마스크를 사용
   WAIT        응용 프로그램을 시작하고 끝날 때까지 기다림
   명령어/프로그램
               내부 cmd 명령 또는 일괄 파일인 경우, 명령 처리기는 /K
               스위치를 사용하여 cmd.exe를 실행합니다. 이것은 명령 실행이
               끝난 후에도 창이 남아 있게 합니다.

               내부 cmd 명령 또는 일괄 파일이 아닌 경우, 이 프로그램은
               창 모드 응용 프로그램 또는 콘솔 응용 프로그램으로서 실행됩
               니다.

   매개 변수   명령어/프로그램으로 전달되는 매개 변수


명령 확장을 사용하면  명령줄을 통한 외부 명령 호출이나 START명령이
아래와 같이 바뀝니다.

실행 파일이 아닌 파일을 단지 파일 이름을 명령으로 입력함으로써
   파일 연결을 통해 호출할 수 있습니다. (예를 들면 WORD.DOC는
   .DOC 파일 확장자와 연결된 응용 프로그램을 시작합니다.)
   명령 스크립트 안에서 이러한 연결을 만드는 방법을 알려면
   ASSOC와 FTYPE 명령을 입력하십시오.

32비트 GUI 응용 프로그램을 실행할 때는, CMD.EXE는
   응용 프로그램이 끝나기를 기다리지 않고 명령 프롬프트로
   반환됩니다. 명령 스크립트 안에서 실행되면 이러한 새 동작이
   발생하지 않습니다.

확장자나 경로 한정자 없이 첫 토큰이 CMD인 명령줄을
   실행할 때는 CMD를 COMSPEC 변수의 값으로 바꾸며 따라서
   최소한의 경우 임의의 CMD.EXE 버전이 선택되는 것을 막을 수 있습니다.

첫 토큰이 확장자를 가지지 않는 명령줄을 실행할 때 CMD.EXE는
   어떤 확장자를 어떤 순서로 찾을 것인지 결정하기 위해 PATHEXT
   환경 변수 값을 사용합니다. PATHEXT 변수의 기본값은 아래와 같습니다.
   .COM;.EXE;.BAT;.CMD

  구문에서 PATH 변수와 같이 ; 기호로 요소를 분리한다는 점에
  유의하십시오.

명령을 실행할 때는 확장자가 같지 않으면 확장자가 없는 이름이
디렉터리 이름과 같은 지 찾아보고 만약 있으면 START명령이
그 경로에서 탐색기를 시작합니다. 명령줄에서 이러한 것이 수행되면
그 경로에 CD /D를 수행하는 것과 같습니다.
Posted by iarchitect
TAG NetBeans
SKDN 구독하는데, 2005 자바원 컨퍼런스 후기 세미나 ( http://kr.sun.com/developers/event/post_javaone.html )가 있다해서 다녀왔다.

자바원의 성격은 MS의 Tech Net정도가 되지 않을까 한다. 물론, 제임스 고슬링을 만났다는 말에 부럽긴 했어도 웬만하면 전설적인 개발자와 모두 연결되는 현재에 자신의 실력이 문제이지 않은가!


하여튼 그런 관계로 Netbeans의 비전을 봐서 한번 사용해보려고 적는다. 물론, 이 꼭지 역시 작성이 완료되면 IT분류로 통합할 것이다.

우선 다운로드(app 서버포함 버전)하여 이용해보고 있다. 아직은 별로이긴 한데 JCO 전 회장이었던 변종석씨 말로는 4.2버전에서 모든 것을 지원할 듯한 분위기래서 ... 더우기 mustang (코드네임 java 6.0 ) 지원도 가장 빠를 것이란 말에 ... 그래도 아직 이클립스는 지우지 않았다.




<업데이트 화면>




<인증화면> 다운로드 후 View Certificates and Install Modules 단계인데

꽤 신뢰성 있는 Update 프로세스이다.






<시작 화면 >


Update Center를 이용하여 Update 했는데 잘된다.

리소스가 많이 잡아 먹는게 아쉽지만 tomcat 용 프젝이 쉽게 만들어져 좋다.




Posted by iarchitect
TAG NetBeans