Java EE 6 Development
46
Interesting material about Java EE 6 Development
Follow
Scooped by Papapetrou Patroklos onto Java EE 6 Development
Scoop.it!

JasperReports JSF Plugin Use Cases Series - Java Code Geeks

JasperReports JSF Plugin Use Cases Series - Java Code Geeks | Java EE 6 Development | Scoop.it

This is the entry point of an article series in which I will try to cover some of the use cases of JasperReport JSF Plugin, a tool created to easily integrate business reports designed for JasperReports in JSF applications.

 

No comment yet.
Papapetrou Patroklos is also curating
Android Development for all Java 6 EE Testing Agile in Dev Teams Software Quality - Sonar by SonarSource
Discover Topics Papapetrou Patroklos is following
playframework Social e-learning network UX Design : user experience and design thinking Scala frameworks and tools DevOps in the Enterprise Luxembourg (Europe)
and 31 others
Your new post is loading...
Scooped by Papapetrou Patroklos
Scoop.it!

hashCode And equals Methods Override

hashCode And equals Methods Override | Java EE 6 Development | Scoop.it
In this Java tutorial, we will discuss about hashCode, equals methods and what role they play in an object. Through this article we will find answer for the following questions, What is the purpose of hashCode and equals methods?
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Thoughts on software development: PrimeFaces Extensions 0.7.1 released

Thoughts on software development: PrimeFaces Extensions 0.7.1 released | Java EE 6 Development | Scoop.it
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

JSF tip: How to create bookmarkable pages

JSF tip: How to create bookmarkable pages | Java EE 6 Development | Scoop.it
In a web browser, a bookmark allows users to get back to a given web page at any time. Users can share bookmarkable pages with other users by just sh
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Java Evangelist John Yeary's Blog: JAX-RS Tip of the Day: How Do I Read the Authorization Header?

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Asynchronous logging using Log4j, ActiveMQ and Spring

Asynchronous logging using Log4j, ActiveMQ and Spring | Java EE 6 Development | Scoop.it
My team and I are creating a services platform based on a set of RESTful JSON services where each service contributes to the platform by providing distinct feature(s) and/or data. With logs being g...
No comment yet.
Suggested by Brian Porter
Scoop.it!

Demo generating iOS Passbook Pass with passkit4j and Play! Framework | poornerd

Demo generating iOS Passbook Pass with passkit4j and Play! Framework | poornerd | Java EE 6 Development | Scoop.it

An example Java Play! Framework app which uses passkit4j to generate iOS Passbook Passes for iphone

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Responsive Interportlet Communication with Atmosphere and PrimeFaces |

Responsive Interportlet Communication with Atmosphere and PrimeFaces | | Java EE 6 Development | Scoop.it
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Let us write a document style Web Service | My Journey Through IT

Let us write a document style Web Service | My Journey Through IT | Java EE 6 Development | Scoop.it
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Spring: To autowire or not to autowire

Spring: To autowire or not to autowire | Java EE 6 Development | Scoop.it
Since using Spring 2.5, I switched from the XML-based application context to the annotations. Although I find those very useful and huge time savers, I’ve always had the feeling that I was losing something...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Java Evangelist John Yeary's Blog: JSF 2.x Tip of the Day: PrimeFaces Chart Coding Exam

Java Evangelist John Yeary's Blog: JSF 2.x Tip of the Day: PrimeFaces Chart Coding Exam | Java EE 6 Development | Scoop.it
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Working with File Handling in Java

Working with File Handling in Java | Java EE 6 Development | Scoop.it
Today we are going to learn about file class in Java. In this section, we are going to learn how to apply several methods of file using Java Classes and library.
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

JSON and more good to go for Java EE 7

JSON and more good to go for Java EE 7 | Java EE 6 Development | Scoop.it
Next version of EE comes one step closer to May 13th release as the first set of feature specs get thumbs-up.
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

J2EE: Compare RESTful vs SOAP Web Services | Javalobby

J2EE: Compare RESTful vs SOAP Web Services | Javalobby | Java EE 6 Development | Scoop.it
There are currently two schools of thought in developing Web Services – one being the standards-based traditional approach [ SOAP ] and the other, simpler...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

[JavaSpecialists 210] - Calling Methods from a Constructor

[JavaSpecialists 210] - Calling Methods from a Constructor | Java EE 6 Development | Scoop.it
In this newsletter we investigate what can go wrong when we call methods from constructors, showing examples from the JDK, Glassfish, Spring Framework and some other well known frameworks..
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

hasCode.com » Blog Archive » Easy Database Migrations using Flyway, Java EE 6 and GlassFish

hasCode.com » Blog Archive » Easy Database Migrations using Flyway, Java EE 6 and GlassFish | Java EE 6 Development | Scoop.it
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Java EE CDI dependency disambiguation example - byteslounge.com

Java EE CDI dependency disambiguation example - byteslounge.com | Java EE 6 Development | Scoop.it
In this tutorial you will learn how to inject multiple interface implementations with Java EE CDI (dependency disambiguation) avoiding org.jboss.weld.exceptions.DeploymentException: WELD-001409 Ambiguous dependencies for type [...] with qualifiers...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Java Evangelist John Yeary's Blog: JSF Tip of the Day: Reading Authorization Header in JSF

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

JSF Performance: Mojarra improves dramatically with latest release

JSF Performance: Mojarra improves dramatically with latest release | Java EE 6 Development | Scoop.it
In our comparative study about the runtime behavior of both JSF implementations we came to the conclusion that Apache MyFaces performs significantly better on large component trees than the referen...
No comment yet.
Suggested by DHTMLX JavaPlanner Calendar for Java
Scoop.it!

Spring MVC Tutorial: Table Booking System | JavaPlanner

Spring MVC Tutorial: Table Booking System | JavaPlanner | Java EE 6 Development | Scoop.it
This is a new booking system tutorial implemented in Spring MVC. It describes how to configure JavaPlanner API and create a full-featured table reservation system in Java.
No comment yet.
Suggested by Mandeep Bajar
Scoop.it!

J2ME - App42 Java Platform, Micro Edition Cloud SDK

J2ME - App42 Java Platform, Micro Edition Cloud SDK | Java EE 6 Development | Scoop.it

Java Platform, Micro Edition SDK library to develop applications for J2ME devices. Build simple to complex applications in just a few minutes without having to worry about its complexities. 

No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Java EE CDI ConversationScoped example

Java EE CDI ConversationScoped example | Java EE 6 Development | Scoop.it
1. IntroductionAs we have seen previously on Java EE CDI bean scopes CDI provides a set of available built-in bean scopes. One of these scopes is the Conversation scope. In this tutorial we will see...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Java Evangelist John Yeary's Blog: JSF 2.x Tip of the Day: Post Exception Back Button

Java Evangelist John Yeary's Blog: JSF 2.x Tip of the Day: Post Exception Back Button | Java EE 6 Development | Scoop.it
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

PrimeFaces 3.4.5 Released |

PrimeFaces 3.4.5 Released | | Java EE 6 Development | Scoop.it
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

Developing Java EE 6 Applications With TomEE and NetBeans

Developing Java EE 6 Applications With TomEE and NetBeans | Java EE 6 Development | Scoop.it
I've found that one of the most productive ways of developing Java EE applications is by using NetBeans and the TomEE application server.  For those of you that haven't used TomEE before, it's a Ja...
No comment yet.
Scooped by Papapetrou Patroklos
Scoop.it!

My Wiki: Java EE 7 and EJB 3.2 support in JBoss AS 8

My Wiki: Java EE 7 and EJB 3.2 support in JBoss AS 8 | Java EE 6 Development | Scoop.it
No comment yet.