Monday, 21 January 2013

Websockets

Want a websocket solution try pusher it is awesome, very simple to setup and use.

I used Java server side with the following lib https://github.com/SScheuermann/gae-java-libpusher

Push notifications made simple....

Monday, 20 February 2012

Blog Name Change

Hello, guys and gals, from today my blog name is changing to reflect a truer title for the content.

For a while I have mostly posted about web app development and not just netbeans.

So from today my blog will be entitled "Neils Dev Stuff".

You can still expect netbeans stuff too.......

Tuesday, 10 January 2012

NetBeans 7.1 Released

The best version so far in my opinion, very stable loads of features great job.

From a web developers perspective my favourite features are the new re-factoring and CSS3 support.

For me NetBeans 7.1, EXTJS, PACKTAG and DWR are all you need to build good one page web apps.

Although not part of the release the new JSLINT plugin is really good, running JavaScript through jslint has saved me hours of debugging.

Get NetBeans 7.1 here for a full set of features go here.

Still no usable Geronimo support though.

Saturday, 8 October 2011

NetBeans 7.1 Beta released

I took NetBeans 7.1 beta for a spin, feels faster and stable.

Will post more when I have had a chance to check it out further.




Friday, 22 July 2011

Web app builds with NB

Some of the Java libs I use when building web apps with nb :-



Monday, 4 July 2011

Useful netbeans plugin anyone?

A really useful netbeans plugin can be found in the plugin portal here , thanks to Geertjan Wielenga

Sunday, 12 June 2011

Netbeans Geronimo Plugin

I was excited to find that a plugin available here was finally available for Geronimo app server in NB7 only to find it doesn't work for the latest versions of Geronimo.

There is a dependency on Geronimo version 2.0.2 which is still available from Apache archives, however there has been several security fixes since this release.

So I thought lets give Geronimo v2.0.2 a try and see if the plugin works, it doesn't. I can get web apps deployed if I manually start Geronimo via the plugin. The plugin fails to start Geronimo though.

Platforms RHEL5 and win7 have the same issues.

Oh well perhaps one day......