javaeesquad.blogspot.com javaeesquad.blogspot.com

javaeesquad.blogspot.com

Java EE Squad

Monday, 29 June 2015. CDI event when transaction is finished. CDI events are a very handy way of loosely coupling event driven code. At some point in your code you raise the event, and in some other area, you execute some functionality when this event occurs. And there is no relation or code dependency between the 2 areas except the CDI event payload class. DataUpdatedEvent dataUpdatedEvent) { / React on event. A scenario that I used recently was to have some Cache. By default, as already mentioned, it i...

http://javaeesquad.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JAVAEESQUAD.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 8 reviews
5 star
1
4 star
5
3 star
0
2 star
0
1 star
2

Hey there! Start your review of javaeesquad.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • javaeesquad.blogspot.com

    16x16

  • javaeesquad.blogspot.com

    32x32

  • javaeesquad.blogspot.com

    64x64

  • javaeesquad.blogspot.com

    128x128

CONTACTS AT JAVAEESQUAD.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Java EE Squad | javaeesquad.blogspot.com Reviews
<META>
DESCRIPTION
Monday, 29 June 2015. CDI event when transaction is finished. CDI events are a very handy way of loosely coupling event driven code. At some point in your code you raise the event, and in some other area, you execute some functionality when this event occurs. And there is no relation or code dependency between the 2 areas except the CDI event payload class. DataUpdatedEvent dataUpdatedEvent) { / React on event. A scenario that I used recently was to have some Cache. By default, as already mentioned, it i...
<META>
KEYWORDS
1 introduction
2 for example
3 public class
4 dataupdatedevent
5 inject
6 private
7 event dataupdatedevent dataupdatedevent
8 public void
9 dosomething
10 fire new
CONTENT
Page content here
KEYWORDS ON
PAGE
introduction,for example,public class,dataupdatedevent,inject,private,event dataupdatedevent dataupdatedevent,public void,dosomething,fire new,dataupdatedevent ;,ondataupdate,observes,synchronous,stateless,databoundary { @persistencecontext,savedata,null
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Java EE Squad | javaeesquad.blogspot.com Reviews

https://javaeesquad.blogspot.com

Monday, 29 June 2015. CDI event when transaction is finished. CDI events are a very handy way of loosely coupling event driven code. At some point in your code you raise the event, and in some other area, you execute some functionality when this event occurs. And there is no relation or code dependency between the 2 areas except the CDI event payload class. DataUpdatedEvent dataUpdatedEvent) { / React on event. A scenario that I used recently was to have some Cache. By default, as already mentioned, it i...

INTERNAL PAGES

javaeesquad.blogspot.com javaeesquad.blogspot.com
1

Java EE Squad: Miniature post: calling super in HttpServlet methods

http://www.javaeesquad.blogspot.com/2015/05/miniature-post-calling-super-in.html

Monday, 18 May 2015. Miniature post: calling super in HttpServlet methods. Lately I was writing some servlets for the Octopus SSO modules which I'm developing right now. Not used to do this anymore, I made a silly mistake which took quit some time to find out what I did wrong. Although they are still the basis of all web frameworks today, we don't write them that much anymore (at least, I don't do it). Some things to keep track of the user. SavedRequest savedRequest = WebUtils. But how could the method n...

2

Java EE Squad: February 2015

http://www.javaeesquad.blogspot.com/2015_02_01_archive.html

Monday, 2 February 2015. Auditing with JPA EntityListener. A lot of the projects need some kind of audit trail. They want to know who and when the last time a record was changed. Or recently we got a question how you could keep record of who read some data from the database. Most of the time, there exists a database solution to these answers, but in other cases, it is easier to achieve with the JPA implementation. Keep record of reads. GenericEntity entity) }. Is an abstract class (see further on why it...

3

Java EE Squad: Auditing with JPA EntityListener

http://www.javaeesquad.blogspot.com/2015/02/auditing-with-jpa-entitylistener.html

Monday, 2 February 2015. Auditing with JPA EntityListener. A lot of the projects need some kind of audit trail. They want to know who and when the last time a record was changed. Or recently we got a question how you could keep record of who read some data from the database. Most of the time, there exists a database solution to these answers, but in other cases, it is easier to achieve with the JPA implementation. Keep record of reads. GenericEntity entity) }. Is an abstract class (see further on why it...

4

Java EE Squad: November 2014

http://www.javaeesquad.blogspot.com/2014_11_01_archive.html

Wednesday, 26 November 2014. Application module configuration with CDI 1.1. This text will tell you how you can use CDI itself to configure some portable extension of CDI you write yourself. So first a little bit of introduction what a portable extension is and why you should use it. When using CDI in your application, almost all the time you can just use what is available, like @Inject, @Named, the scopes and events to name the most important ones. An example of this can be. So far the introduction, now...

5

Java EE Squad: Java EE / GlassFish future. (JavaOne 2014)

http://www.javaeesquad.blogspot.com/2014/09/java-ee-glassfish-future-javaone-2014.html

Monday, 29 September 2014. Java EE / GlassFish future. (JavaOne 2014). On JavaOne, there was a session about the roadmap for GlassFish but it discussed also the main topics for Java EE 8 now that it is approved by the JCP EC. In this blog text, I will summarise the main points of this session. You can find the session info here GlassFish Roadmap and Executive Panel [UGF9120]. There are various things which are on the roadmap for Java EE 8 and some of them form a theme, can be grouped together. Easier def...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

javaeenotes.blogspot.com javaeenotes.blogspot.com

Java EE Notes

Online blog of a Java EE Developer. Tuesday, December 16, 2014. FreeBSD on Raspberry Pi B. It has been almost 10 years since I ran my own UNIX-like server at home. The last Debian machine died because of hardware failures. It was an old Pentium II machine. It started itching again a week ago. I wanted to run a server at home 24/7 at a very low cost. It would also be a great opportunity to refresh my C programming skills again. I you think about low cost, then Raspberry Pi. I memorized the list, and inser...

javaeequest.blogspot.com javaeequest.blogspot.com

On a Java-EE 6 quest

On a Java-EE 6 quest. Richard Kolb's pointless ramblings on Java-EE 6 and GlassFish 3. Wednesday, January 6, 2010. GlassFish embeddded, And test driven development. So save anyone the pain of getting this working. Here is our EJB sample that uses GlassFish Embedded and JavaDB for unit testing. Https:/ svn.kenai.com/svn/. Main project : http:/ kenai.com/projects/. Comments , patches , complaints welcome. Tuesday, December 22, 2009. In a quest to not just complain, but do something. Then furiously start co...

javaeerun.com javaeerun.com

JAVAEERUN 打造最完美的JavaEE教程

在软件工程师 中国叫做 程序员 或 码农 的圈子里,文人相轻的现象可是非常严重的,在程序设计的各个领域里都有着错综复杂的 鄙视链。

javaeesquad.blogspot.com javaeesquad.blogspot.com

Java EE Squad

Monday, 29 June 2015. CDI event when transaction is finished. CDI events are a very handy way of loosely coupling event driven code. At some point in your code you raise the event, and in some other area, you execute some functionality when this event occurs. And there is no relation or code dependency between the 2 areas except the CDI event payload class. DataUpdatedEvent dataUpdatedEvent) { / React on event. A scenario that I used recently was to have some Cache. By default, as already mentioned, it i...

javaeesupportpatterns.blogspot.com javaeesupportpatterns.blogspot.com

Java EE Support Patterns

Java EE IT Consulting. Java EE Support Patterns. Java EE, Java and .NET tutorials, JVM, Middleware technologies. Oracle Open World and Java One 2016 summary later this week. This post is to inform you that I will publish later this week a summary of the highlights last September of my on-site visit in San Francisco and areas of focus for 2017. I will also publish a few YouTube videos. Later this month and demonstrate certain trending technologies and some latest Java and JVM troubleshooting techniques.