Categories
Development

Creating JSP 2.0 tagfiles

Oracle has an article about creating JSP 2.0 tagfiles. It’s going to be a great tool in my webapps. I’m a bit concerned of the maintainability of things, but it’s good to have something that has a bit lower threshold than coding taglib classes.

via Xyling

Categories
Development

J2EE developer focus

BEA tells the J2EE developer to focus more on integration than hardcore code. Read it here.

via TSS.

Categories
Development

Step back in Eclipse debugger

Excellent tip when debugging in Eclipse. It’s not completely the same as step back, but it’s pretty close.

via Erik Thauvin