Thursday, March 25, 2010

uninstall/install mysql on mac osx

If you have installed the Startup Item, use this command:
shell> sudo /Library/StartupItems/MySQLCOM/MySQLCOM start (Enter your password, if necessary) (Press Control-D or enter "exit" to exit the shell) 

If you don't use the Startup Item, enter the following command sequence:

shell> cd /usr/local/mysql shell> sudo ./bin/mysqld_safe (Enter your password, if necessary) (Press Control-Z) shell> bg

Tuesday, January 19, 2010

Friday, January 15, 2010

Thursday, January 7, 2010

Maven - POM

What is POM?
Project Object Model

Maven Coordinates
  • groupId
  • artifactId
  • version
  • packaging
  • classifier
POM Relationships
  • dependencies
  • exclusions
  • inheritances
  • the super POM
  • dependencies management
Aggregation
  • aggregation vs inheritance
  • properties
Build Settings

BaseBuild Element Set
  • resources
  • plugins
  • plugin management
Build Element Set
  • directories
  • extensions
Reporting

More Project Information
  • licences
  • organization
  • developers
  • contributors
Environment Settings
  • issue management
  • continuous integration management
  • mailing lists
  • scm
  • repositories
  • plugin repositories
  • distribution management
  • profiles

Event Based Programming (EBP)

//todo