Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Sunday, May 2, 2010

How to run a java main()

Wednesday, October 28, 2009

How to deploy a web application to Weblogic

1. Export project to a .war file.
2. Copy to the web server (this file also can be renamed to .zip and extract)
3. Open weblogic console and expand the tree on the left to find the "Deploy Application Module"
4. Select the .war file you just copy in





Monday, October 5, 2009

Eclipse shortcut keys


  • How to view/modify shortcuts in eclipse (version 3.4.2): Windows --> Preferences --> General --> Keys

  • Delete a line: Ctrl + D

  • Active editor: F12

  • Find and replace: Ctrl + F

  • Incremental find: Ctrl + J

  • Duplicate lines: Ctrl + Alt + Down