Category: Java

  • Eclipse Integrated Task Management, Mylyn

    I want task management tool that integrates seamlessly with my development IDE, as I am using Eclipse WTP mainly, I researched Eclipse plugins and found Mylyn. I created local repository of tasks and simply starts, and mark task completed. Mylyn takes care of calculatig the time spent on each task. When I finish tasks and…

  • ArgoUML for Database Modeling

    I use ArgoUML for database modeling, just add some stereotypes such as Database, Schema, Table, PK, FK with class diagram. For a typical example, see these useful page: http://argouml-db.tigris.org/documentation/DB_UML_Guide.htm http://argouml-db.tigris.org/documentation/UML_Model.htm From ahm507.blogspot.com

  • Java Service Launcher; or Quartz !

    The Java Service Launcher is a small executable to start JAVA-programs as a Service under 32bit versions of Windows NT 4, Windows 2000, Windows 2003 and XP. I used it successfully to run background services to maintain index files. See it at: http://www.roeschter.com/index.html As I really need to run scheduled tasks in the background, say…