Always remain updated about current software development trends

Articles having tag: WEB APPLICATIONS

How to view the absolute latest JSF 2.2 spec snapshot

1181 | 0I presented these two slides as part of presentations atJavaOne 2011andDOAG 2011last year but for your convenience I'm presenting them here. Since partnering with Sonatype, Oracle has been able to offer its artifacts directly in <http://maven.java.net/>, with...

Server Sent Events Sample with Glassfish

| 22Introduction Server-Sent Events (SSE) is a standard describing how servers can initiate data transmission towards clients once an initial client connection has been established. It is commonly used to send message updates or continuous data streams to...

Server-Sent Events (SSE) in GlassFish

| 0Server-Sent Events (SSE)is part of HTML5 specifications that can be used to push notifications from a server on a HTTP connection. A developer can implement it on top of a servlet but he has to know the details of wire format. We added bit of abstraction...

Migration & Modernization: Windows/VB6 Apps to ASP.NET HTML5

I would like to invite you to a webinar we are doing in collaboration with Jeffrey S. Hammond , Principal Analyst serving Application Development & Delivery Professionals at Forrester Research. The webinar is free and it will will introduce the substantial...

JSF 2 And HTML5 Server Sent Events

Recently I had the privilege of writing an article forJava Tech Journalabout using HTML5Server Sent Eventsin a JSF 2 User Interface.  I've made that article availablehere.

Java Magazine, November/December 2011 Issue is coming !

The second edition of Java Magazine (November/December) will go out in few days. In the Part 2 of the my article, you will see in detail how to use JSON to handle the response returned to the HTML5 client. The first Part 1 of my article published...

Java Magazine, November/December 2011 Issue is coming !

The second edition of Java Magazine (November/December) will go out in few days. In the Part 2 of the my article, you will see in detail how to use JSON to handle the response returned to the HTML5 client. The first part of my article published...

JSF 2.2 Early Draft Review Available

| 47JSF 2.2 Early Draft Review Available Three days ago, the JSF 2.2 Early Draft Review Specification was released. You can download it from <http://jcp.org/aboutJava/communityprocess/edr/jsr344/> and the in-progress reference implementation can...

JSF 2.2 and 2.1 Nightly Builds Running Again

| 380 JSF 2.2 and 2.1 Nightly Builds Running Again I'm ashamed to say it, but we've gone over two years without having a working nightly build system for Mojarra. As of last week or so, I finally got the nightly working again. We now have our internal hudson...

Exporting PDF using JSF 2.1

| 39Exporting PDF using JSF  In the previous blog article we generated XSL:FO, this was really a springboard for the real stuff. In this blog article we show how you can now generate PDFs straight from a JSF page. How? Read on! Install the...