Geirr Winnem's Blog

Blogging about development

  • Categories

  • Archives

  • Follow me

Posts Tagged ‘Java’

Comparing the syntax of Java5 and Actionscript3

Posted by gwinnem on November 21, 2009

During researching for the OSGI framework convertion from java to actionscript i found one article that saved my day.
The article originates from the Farata blogs Farata Blog
For those of you who dont know who these guy’s are i recommend that you check out their opensource projects at sourceforge.
One of the plugins i like the most is Log4Fx which is a logging tool.
It really saves my day everytime i debug applications developed with the pureMvc framework.
And its really easy to use since its a plugin for eclipse. Also it has built in shortkeys for creating boiler plate code and inserting it into the code window,
so the actual coding you need todo is minimal.

Posted in Java, Tips | Tagged: , , , , | 1 Comment »

Eclipse Keyboard shortcuts for java developers

Posted by gwinnem on November 15, 2009

This is the shortcuts i use most of the time.

Shortcuts

Most Common

Delete line ctrl + d
Go to Method ctrl + o
Format Code ctrl + shift + f
Last Edit ctrl + q
Line Number ctrl + l
Move line(s) alt + up/down
Open Resource ctrl + shift + r
Open Proj Prop alt + enter
Open Type ctrl + shift + t
Run Java App alt + shift + x, j
Run JUnit alt + shift + x, t
Shortcut List ctrl + shift + l

You can find a more extensive list at:Eclipse tips and shortcuts

Posted in Eclipse, Java | Tagged: , , | Leave a Comment »

Building a PureMvc Multicore eclipse plugin, Creating a preference page.

Posted by gwinnem on November 14, 2009

I have been using puremvc multicore for quite a while now.
One of the things im missing is a plugin in eclipse for creating new classes like:

  1. Facade
  2. Mediator
  3. SimpleCommand
  4. MacroCommand
  5. Proxy

Read the rest of this entry »

Posted in Eclipse, Java, Multicore, pureMVC, Tutorials | Tagged: , , | 3 Comments »