How can i config module and application name for JNDI Lookups
Created 30/09-2014 by Michael Bornholdt Nielsen
Maven, Hibernate and JPA
Tags : Java EE
Created 04/09-2014 by Michael Bornholdt Nielsen
Use MongoDB JPA on Wildfly 8
Created 02/05-2014 by Michael Bornholdt Nielsen
Java EE 7 and NoSql
Tags : Java EE
Created 18/04-2014 by Michael Bornholdt Nielsen
Time code in Java EE7
I'm trying to replace Quartz Scheduler with native Java EE 7 code.
The Java EE 7 - Using the Timer Service
Simplest Possible EJB 3.1 Timer
Simplest Possible EJB 3.1 Timer - Configured Programmatically
Task Scheduling in Java EE 6 on GlassFish using the Timer Service
Possible to change ejb parameter at runtime for @Schedule annotation?
Tags : Java
Created 09/04-2014 by Michael Bornholdt Nielsen
export JAVA_HOME CentOS/Fedora
[michael@jarry.dk ~]# nano /root/.bash_profile
export JAVA_HOME=/usr/java/latest
[michael@jarry.dk ~]# source /root/.bash_profile
[michael@jarry.dk ~]# nano /etc/profile.d/java_home.sh (new file)
export JAVA_HOME=/usr/java/latest
Created 02/04-2014 by Michael Bornholdt Nielsen