There are many articles and tutorials out there that discuss how to use the individual technologies in Java EE 6, e.g., JSF 2, EJB 3.1, JPA, etc, to develop an application, but I haven’t seen one that puts together the said technologies and showcases them in one tutorial with an end-to-end demonstration. As such, I…
Tag: Java EE
Native Seam Support Wanted for NetBeans & Glassfish
Jboss SEAM is by far the best programming framework for Java EE development as it solves most of the problems which arose for achieving a true MVC 2 implementation. All of the other frameworks like Struts and Spring MVC when used with presentation layer specifications like JSP and JSF 1.x while almost succeeding in the…
Techniques For Integrating Hibernate Into Legacy Java Code – Part 1
If you’re like me, you spend a lot of time dealing with legacy code that, for whatever reason, does not take advantage of modern methodologies and libraries. I’ve taken over Java projects that contain hundreds of thousands of lines of code and not a single third-party jar other than a JDBC driver! One of the…
Java Servlet Definition
Describes the role of a Java Servlet, how it is executed, where it is stored and its access to Java EE class library components.
What is the average first year raise for a software developer?
I work as a software developer in Austin, TX. I just graduated last December from Univ. of Texas and started at my current job at the beginning of this year, making 55k/yr, which is about average. I am going to be up for a raise in a couple months and I’m wondering what sort of…
JDD08 Adam Bien part3
Adam Bien’s great presentation Productive Java EE 6 Rethinking Best Practices at Java Developers’ Day 2008 – the biggest Java conference in Poland.
Spring in Practice
Product DescriptionSpring lets developers build complex applications from loosely-coupled POJOs. A set of simple abstractions simplifies construction, testing, and deployment which makes Spring both powerful and easy-to-use. With this power comes the potential for a wide range of uses in both common and not-so-common scenarios. That’s where Spring in Practice comes in. Spring in Practice…
JDD08 Adam Bien part2
Adam Bien’s great presentation Productive Java EE 6 Rethinking Best Practices at Java Developers’ Day 2008 – the biggest Java conference in Poland.
Java EE – Hello world EJB3 in Netbeans
This is an introduction to Java EE Enterprise Java Bean (EJB 3) technology. It’s just an hello world example and this is part1. This series of posts will cover: How to create a simple ejb, How to write an standalone client application for that bean, How to deploy it on a real server etc. And…
GlassFish Security with Java EE
GlassFish Security with Java EE