'분류 전체보기'에 해당되는 글 539건

  1. 2004.01.19 프로젝트를 위한 Tools11 (for Java ) : 화면UI 관련
  2. 2004.01.19 프로젝트를 위한 Tools10 (for Java ) : Class보안 관련
  3. 2004.01.19 프로젝트를 위한 Tools9 (for Java ) : 요구사항정리 관련
  4. 2004.01.19 프로젝트를 위한 Tools8 (for Java ) : Graph 관련
  5. 2004.01.19 프로젝트를 위한 Tools7 (for Java ) : Report 관련
  6. 2004.01.19 프로젝트를 위한 Tools6 (for Java ) : DB 관련
  7. 2004.01.19 프로젝트를 위한 Tools5 (for Java ) : BP 관련
  8. 2004.01.19 프로젝트를 위한 Tools4 (for Java ) : Test 관련
  9. 2004.01.19 프로젝트를 위한 Tools3 (for Java ) : charts 관련
  10. 2004.01.19 프로젝트를 위한 Tools2 (for Java ) : 개발환경 관련
  11. 2004.01.19 프로젝트를 위한 Tools1 (for Java ) : Project 관리
  12. 2004.01.06 [zero] 이미지,음악,동영상,플래시 파일 URL만 써주면 알아서 출력...
  13. 2003.12.29 [Grid] 웹그리드 정리
  14. 2003.11.18 Getting Started with Eclipse and the SWT
  15. 2003.11.15 부드러운 GUI 출력의 기본 더블 버퍼링
  16. 2003.11.15 PDE Does Plug-ins
  17. 2003.11.15 드래그 구현시 주의점
  18. 2003.11.15 Deploy an SWT application using Java Web Start
  19. 2003.11.15 Swing and SWT: A Tale of Two Java GUI Libraries
  20. 2003.11.15 Eclipse Workbench 밖에서 Eclipse GUI 사용하기, Part 1 1
  21. 2003.11.15 Developing Eclipse plug-ins
  22. 2003.11.15 Creating Your Own Widgets using SWT
  23. 2003.11.15 SWT Component Development Resources
  24. 2003.11.15 SWT FAQ
  25. 2003.11.15 Create a stand-alone SWT application(setup)
  26. 2003.11.15 Your First Plug-in
  27. 2003.11.15 How to use the JFace Tree Viewer
  28. 2003.11.15 Eclipse User Interface Guidelines
  29. 2003.11.14 [html tip] html 객체 등록/삭제
  30. 2003.11.07 [html tip] 이미지 파일 middle 정렬 처리..

Struts Menu

Web menuing framework for JSP and Struts based applications. Menus can be defined in an XML file and displayed through the use of JSP tags. Support for dynamic javascript menus is included.

http://struts-menu.sourceforge.net/

====================================
Posted by 아름프로
ProGuard

ProGuard is a free Java class file shrinker and obfuscator. It can detect and remove unused classes, fields, methods, and attributes. It can then rename the remaining classes, fields, and methods using short meaningless names. The resulting jars are smaller and harder to reverse-engineer.

http://proguard.sourceforge.net/

=============================================
Posted by 아름프로
FreeMind

A mind mapper, and at the same time an easy-to-operate hierarchical editor with strong emphasis on folding. These two are not really two different things, just two different descriptions of a single application. Often used for knowledge and content mgmt.

http://freemind.sourceforge.net/

=======================================
Posted by 아름프로
JGraph Diagram Component

JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more!

http://www.jgraph.com/

=========================================
Posted by 아름프로
JasperReports

JasperReports is a powerful report-generating 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/

===============================================
iReport-Designer for JasperReports

iReport is a visual reporting tool based on JasperReports written in 100% pure java. You can manage charts, images, subreports,... Data can be retrived using JDBC, TableModels, JavaBeans, XML,...It supports output in PDF,XML,XLS,CSV,HTML,Java2D,...

http://ireport.sourceforge.net

===============================================
Posted by 아름프로
Hibernate
Hibernate - Relational Persistence for Idiomatic Java

http://www.hibernate.org/

===========================================
HSQL Database Engine

HSQLDB is a relational database engine written in Java, with a JDBC driver, supporting a subset of ANSI-92 SQL. It offers a small (about 100k), fast database engine which offers both in memory and disk based tables. This product includes Hypersonic SQL

http://hsqldb.sourceforge.net/
===========================================
jTDS - The JDBC driver for MS SQL Server

Open source pure Java JDBC 2.0 driver for the Microsoft SQL Server series (6.5, 7.0 and 2000). jTDS is the only free JDBC driver for MSSQL still under active development. For more information see the project's home page

http://jtds.sourceforge.net/

Posted by 아름프로
jBpm.org - java Business Process Mgmt

jBpm is a WorkFlow Management System. Business processes must be expressed in process archives in a simple and powerfull language. Users or systems perform single steps of the process. jBpm maintains the state, logs and performs all automated actions.

http://jbpm.org/

===============================================
Posted by 아름프로
httpunit

a Java library for the automatic stimulation and testing of web applications

http://httpunit.sourceforge.net/

============================================
StrutsTestCase for JUnit

StrutsTestCase for JUnit is an extension of the standard JUnit TestCase class that provides facilities for testing code based on the Struts framework. StrutsTestCase provides both a Mock Object approach and a Cactus approach to actually run the Struts ActionServlet, allowing you to test your Struts code with or without a running servlet engine. Because StrutsTestCase uses the ActionServlet controller to test your code, you can test not only the implementation of your Action objects, but also your mappings, form beans, and forwards declarations. And because StrutsTestCase already provides validation methods, it's quick and easy to write unit test cases.

http://strutstestcase.sourceforge.net/

============================================
Jameleon

Jameleon - An Automated Testing Tool

http://jameleon.sourceforge.net/index.html

============================================
Posted by 아름프로
JFreeChart

JFreeChart is a free Java class library for generating charts, including:
- pie charts;
- bar charts (regular and stacked, with an optional 3D effect);
- line and area charts;
- scatter plots and bubble charts;
- time series, high/low/open/close charts and candle stick charts;
- combination charts;
- Pareto charts;
- Gantt charts;
- wind plots, meter charts and symbol charts;
- wafer map charts;

http://www.jfree.org/jfreechart/index.html

==============================================
Posted by 아름프로
PMD scans Java source code and looks for potential problems like:

Unused local variables
Empty catch blocks
Unused parameters
Empty 'if' statements
Duplicate import statements
Unused private methods
Classes which could be Singletons
Short/long variable and method names
PMD has plugins for JEdit, JBuilder, NetBeans/Sun ONE Studio, IntelliJ IDEA, TextPad, Maven, Ant, Eclipse, Gel, and Emacs.

http://pmd.sourceforge.net

===========================================
Eclipse Checkstyle Plug-in

The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding style and possible error prone code constructs

http://eclipse-cs.sourceforge.net/

===========================================

===========================================
Posted by 아름프로
Project planning and tracking and managing tool

==============================================
NetOffice

Online project management with team collaboration, user management, multiple access levels, tasks, projects, and time tracking, task change history, files approval tracking, notes, client project sites, CRM, Gantt graphs... (a phpCollab fork)

http://netoffice.sourceforge.net/index.php
==============================================
Double Choco Latte

Double Choco Latte is a project to create a solution for managing some IT departments including software development and call center activity. It has a web interface and will also have a stand-alone Java client.

http://dcl.sourceforge.net/
==============================================
XPlanner

XPlanner is a web-based project planning and tracking tool for eXtreme Programming (XP) teams. XPlanner is implemented using Java, JSP, and Struts, and MySQL (user contributed support for other databases).

http://www.xplanner.org/
==============================================
Mantis

Mantis is an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP and MySQL and a web server. It is simpler than Bugzilla and easily editable. Check out the online Demo.

http://mantisbt.sourceforge.net/
==============================================
jagzilla

A Java web services/hibernate based interface for bugzilla. Java based apps sould access extremly easy bugzilla with jagzilla. Two methods are supported: JDBC with hibernate for on site use, and Web services for more open usage.

http://jagzilla.sourceforge.net/

==============================================
Posted by 아름프로
^^
기본 제로보드에서는 제대로 지원 못해주는 것을
해결~~

http://www.nzeo.com/bbs/zboard.php?id=cgi_tip&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&keyword=embed&select_arrange=headnum&desc=asc&no=4775
Posted by 아름프로
웹상에서의 그리드를 사용하기 위한 그리드 정리..

1. ActiveUI (free)
http://www.activeui.net/

2. JSP-JSTL Transform Sortable Grid (free)
http://www.hotscripts.com/Detailed/18755.html

3. EBA Grid control (Free Trial 30일)
http://developer.ebusiness-apps.com/technologies/webdevelopment/codeandcomponents/ebagrid/default.htm

4. Flextable IE5 DHTML Grid
http://www.hotscripts.com/Detailed/11667.html

5. WebGrid
http://www.uolweb.com/webgrid.aspx
Posted by 아름프로
Getting Started with Eclipse and the SWT



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
부드러운 GUI 출력의 기본 더블 버퍼링



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로

PDE Does Plug-ins

2003. 11. 15. 13:45
PDE Does Plug-ins




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
드래그 구현시 주의점



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
Deploy an SWT application using Java Web Start

Develop great-looking client-side Java applications




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
Swing and SWT: A Tale of Two Java GUI Libraries




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
Eclipse Workbench 밖에서 Eclipse GUI 사용하기, Part 1
스탠드얼론 모드에서 JFace와 SWT 사용하기




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로

Developing Eclipse plug-ins

2003. 11. 15. 11:11
Developing Eclipse plug-ins

How to create, debug, and install your plug-in




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
Creating Your Own Widgets using SWT




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
SWT Component Development Resources

예제입니다.



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로

SWT FAQ

2003. 11. 15. 10:56
SWT FAQ



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로


Create a stand-alone SWT application

기본 설치 및 설정.. 사항입니다.






***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로

Your First Plug-in

2003. 11. 15. 10:55


Your First Plug-in
Developing the Eclipse "Hello World" plug-in






***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
How to use the JFace Tree Viewer



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
Eclipse User Interface Guidelines 입니다.



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:16)
Posted by 아름프로
facilityIdx = facilityIdx+1;
                
        var oRow = dyntbl1.insertRow();
        oRow.id = facilityIdx;
        oRow.onmouseover=function(){dyntbl1.clickedRowIndex=this.rowIndex; dyntbl1.selectedID=this.id};
        
        var oCell1 = oRow.insertCell();
        var oCell2 = oRow.insertCell();
        var oCell3 = oRow.insertCell();
        var oCell4 = oRow.insertCell();
        var oCell5 = oRow.insertCell();
        var oCell6 = oRow.insertCell();
        var oCell7 = oRow.insertCell();
        var oCell8 = oRow.insertCell();
        var oCell9 = oRow.insertCell();
        
        
        oCell1.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='buyer_name' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell2.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='serial_no' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell3.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='vdfacility_name' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell4.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='vdfacility_spec' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell5.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='vdfacility_unit' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell6.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='vdfacility_qty' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell7.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='setting_year' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell8.innerHTML = "<input type='text' onBlur='javascript:SetData2(this, "+facilityIdx+")' name='maker_name' size='9' style='border-color: gray gray #666666; border-width:1px; border-style:solid; text-align:left;'></input>";
        oCell9.innerHTML = "<a href='Javascript:delRow()'><img alt='항목 삭제' src='../image/common/bt_30_18_delete.gif' width='30' height='19'/></a>";
                           
        document.recalc();
        



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:42)
Posted by 아름프로
JSP 아니지만..
적어 놓을 곳이 없어서... ㅡㅡ;;


img 태그에서 <a 처리시에 middle 처리가 잘 안됩니다.
이럴 시에 아래 프로퍼티 추가하면 정렬 잘되네요.

align="absmiddle"



***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:42)
Posted by 아름프로

BLOG main image

카테고리

분류 전체보기 (539)
이야기방 (19)
토론/정보/사설 (16)
IBM Rational (9)
U-IT (0)
SOA/WS/ebXML (110)
개발방법론/모델링 (122)
J2SE (34)
J2EE (60)
DataBase (39)
Open Projects (30)
BP/표준화 (50)
Apache Projects (15)
Web/보안/OS (22)
Tools (7)
AJAX/WEB2.0 (1)
Linux/Unix (1)
영어 (0)
비공개방 (0)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

달력

«   2025/02   »
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

글 보관함

Total :
Today : Yesterday :