Archive

Posts Tagged ‘Java’

JBoss Seam: Simplicity and Power Beyond Java? EE

October 15th, 2010 5 comments

Product Description
This is the eBook version of the printed book. A new edition of this title is available, ISBN-10: 0137129394 ISBN-13: 9780137129393

Discover JBoss Seam: the Unified Framework for Simpler, More Powerful Web Development JBoss Seam integrates EJB 3. 0 and JSF components under a unified framework that simplifies and accelerates Java EE web development. Now, JBoss Seam?s project leader and technology evangelist take you inside this powerful new technology, showing exactly how to put it to work. � � Michael Yuan and Thomas Heute show how JBoss Seam enables you to create web applications that would have been difficult or impossible with previous Java frameworks. Through hands-on examples and a complete case study application, you?ll learn how to leverage JBoss Seam?s breakthrough state management capabilities; integrate business processes and rules; use AJAX with Seam; and deploy your application into production, one step at a . . . More >>

JBoss Seam: Simplicity and Power Beyond Java? EE

Categories: books, Java EE Tags: Java, jboss, power, Seam, Simplicity

JSP + Servlets + EJB: Java EE 6 & GlassFish 3 using NetBeans 6.9 (Part 1 of 5)

September 28th, 2010 13 comments


This multi-part screencast series shows how NetBeans 6.9 provides comprehensive tooling for Java EE 6 & GlassFish 3. The different parts show: 1. A simple Java EE 6 application (JSP, Servlets, EJB) 2. Reading database table using Java Persistence API 2 3. Using Facelets with Java Server Faces 2 4. Contexts & Dependency Injection with JSF 2 5. RESTful Web services using JAX-RS This is part #1 and all screencasts are hosted at blogs.sun.com

COBOL to Java Transformation Now Supported on IBM z/OS and System z

April 29th, 2010 No comments

COBOL to Java Transformation Now Supported on IBM z/OS and System z
SoftwareMining announces support of IBM z/OS and System z using JDK 1.4.2 to 1.6.

Read more on PRWeb via Yahoo! News

Categories: Java Tags: Cobol, IBM, Java, Supported, System, Transformation, z/OS

Techniques For Integrating Hibernate Into Legacy Java Code – Part 1

April 28th, 2010 No comments

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 most common examples of this is the implementation of the data access layer. These days, the de facto methodology involves Hibernate and DAOs, usually managed by Spring.

This article will detail the steps I recently took to covert a large application from custom-written data access to Hibernate and Spring using the refactoring facilities in Eclipse. The key with this refactorization is to get the existing business logic code (Struts Actions, JSPs, Delegate classes, Business Service classes, etc. ) to access the datastore using Hibernate, managed by Spring, without manually changing any of that code directly. Part 1 will include creating the Hibernate data object classes, DAOs, and refactoring the existing code to work with these newly created types. Part 2 will conclude the project with integration of the Hibernate DAOs and wiring everything up with Spring.

Read more…

Java Servlet Definition

April 27th, 2010 4 comments


Describes the role of a Java Servlet, how it is executed, where it is stored and its access to Java EE class library components.

NetBeans IDE 6.7 Conexión y consulta de BBDD MySql (Java EE 6)

April 23rd, 2010 5 comments


Veamos como preparar NetBeans para que detecte nuestro SGBD MySQL donde tenemos las tablas con las que vamos a trabajar en nuestraa aplicación distribuida Java EE 6. En otros videotutoriales veremos como recuperar información desde esas tablas mediante técnicas avanzadas de mapeo Objeto-Relacional aprovechando las ayudas incluidas en el IDE. La idea es ir construyendo los componentes necesarios para crear aplicaciones empresariales multicapa, distribuibles y altamente escalables.

Where can I find a quality, free, resource to learn Java?

April 23rd, 2010 2 comments

I am unable to buy my class’s textbook for a bit. In the meantime, where can I go online to learn Java until I can buy the book?

http://devblog.ozar.net/tutorials/

Powered by Y! Answers
Categories: Java Tags: find, FREE, Java, learn, quality, Resource

Java Tutorial 3 : Operators

April 23rd, 2010 5 comments


Add, subtract, multiply, divide, hurray !

Java Programming Basics

April 23rd, 2010 15 comments


If you are interested in learning a computer language, then I recommend JAVA. This language is one of the most commonly used languages in the world and can be fitted to almost any application. In this tutorial I will show the installation all the way to your very first program. So get ready to learn JAVA! Installation Guide: 1) Download “Jcreator Software” 2) Install “Jcreator Software” 3) Download “SE Development Kit” 4) Install “SE Development Kit” 5) Open “Jcreator Software” 6) Your Done! Jcreator Software: www.jcreator.com SE Development Kit: cds.sun.com

Java Tutorial 0 : Introduction to Programming

April 22nd, 2010 23 comments

This is one of a first series of software development tutorials for those who want to learn Java programming from scratch.


What is programming? Why program in Java? What can I expect to get out of these tutorials. What am I NOT going to get from these tutorials?

What are the best sites online to learn about JAVA AWT/SWING event-handling components?

April 20th, 2010 2 comments

You want to know which sites are the best out there for learning JAVA AWT/SWING event-handling components, etc?

Here’s a list of the answers given on Yahoo! Answers:

JDD08 Adam Bien part2

April 20th, 2010 No comments


Adam Bien’s great presentation Productive Java EE 6 Rethinking Best Practices at Java Developers’ Day 2008 – the biggest Java conference in Poland.

Categories: Java EE, Video Tags: Adam, Bien, Java, Java EE, JDD08, Video

Java EE – Hello world EJB3 in Netbeans

April 19th, 2010 No comments


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 there will be a screencast of every tutorial. darq.weboder.com

GlassFish Security with Java EE

April 19th, 2010 No comments
Categories: books, Java EE Tags: books, GlassFish, Java, Java EE, Security

Java EE 5 for Elvis

April 18th, 2010 No comments

Product Description
Traditionally, Enterprise Java (J2EE, now Java EE) has been viewed as a complex, high performance technology. As a result average developers (Elvis) have looked to alternatives like Spring and Hibernate. This has lead to exaggerated reports that Java EE is dead. Java EE 5 will change the game. Difficult boilerplate code is gone, replaced by simple annotations. The best ideas of Hibernate and Spring are part of EE 5. For the first time, large parts of the Java EE tec… More >>

Java EE 5 for Elvis

Categories: books, Java EE Tags: books, Elvis, Java, Java EE

Pro Apache Geronimo: Open Source Lightweight Java EE 5 Container

April 18th, 2010 No comments

Learn Java Tutorial Basics: Part 2

April 17th, 2010 No comments


part 2

Seam Framework: Experience the Evolution of Java EE

April 17th, 2010 No comments

Learn Java part 16

April 17th, 2010 1 comment


learn Jave programming in the easiest way

Learn Java part 17

April 16th, 2010 1 comment


learn Jave programming in the easiest way