JavaEE Development
Tech-Today

JavaEE Development


JavaEE6

  • How to create a javaee6 web app using jboss maven war archetype
  • Create a simple javaee6 web app with maven, glassfish and postgresql
  • How to validate a JavaEE6 Bean in a job
  • How to add JavaEE 6 archetypes in eclipse kepler
  • How to create a custom bean validation in javaee6
  • How to create an instance bean in JavaEE6 using its class
  • How to setup seam3-security in JBoss 7
  • Using shiro's native and the default http session
  • How to lookup a Stateless Session bean in a Managed Bean
  • How to use Shiro with JDBC on JavaEE6 and Glassfish
  • How to integrate Apache Shiro with JavaEE6
  • How to enable Jersey Servlet in web.xml
  • REST Testing with Arquillian and JBoss

JAX RS

  • JAX-RS 2.0 Security Tutorial in JavaEE and JBoss
  • How to call java rest web service in soapUI

JSF

  • How to redirect manually in JSF
  • How to redirect or navigate to a different page with JSF
  • Loading locale from POST/GET parameter
  • Avoid the JSF preRenderView on CRUD edit mode

Primefaces

  • How to use primefaces with Jboss 7.1.3

Hibernate

  • How to change varchar to nvarchar in mssql using hibernate

Messaging / Stomp / JMS

  • How to send and receive STOMP message in JBoss 7.2
  • How to receive an asynchronous jms message
  • How to receive a synchronous jms message
  • How to send jms message to a jms queue
  • How to view Jboss 7.1.3 JMS queue using Hermes JMS
  • How to setup STOMP in JBoss AS 7 and create a java client call
  • Persist JMS message in a database in Glassfish
  • How to implement JMS request/response feature in Glassfish

XML / XSD

  • How to create an xsd and xml data from model entity in java
  • Commonly use java namespace

Application Servers

Wildfly / Jboss

  • How to configure Wildfly 8 clustering and deploying picketlink enabled war application to test the session
  • How to create a custom application context or name in Jboss or Wildfly
  • How to setup your datasource in Jboss7.x
  • How to monitor the data source connections and sql queries in jboss
  • JBoss datasource configuration settings
  • How to change the context url in jboss or wildfly
  • How to create a modeshape datasource connection for JBoss
  • How to create size-rotating-file handler in JBoss 7.2 using CLI
  • How to configure Mail resource in Jboss 7.2 with a sample java client

Glassfish

  • How to create a Glassfish cluster
  • How to run Activiti in Glassfish/Postgresql in JTA mode
  • How to send an email in Glassfish using JavaMail session injection
  • How to port forward apache's 80 to Glassfish's 8080 using proxy configuration
  • How to load property file from glassfish config's folder

Java Code / Coding / Debugging

  • Create a custom json string deserializer in java
  • How to enable JMXRemote authentication and connect with JConsole
  • Java generics and multiple parameterized class with inheritance
  • How to configure jrebel in eclipse with maven
  • How to generate a jasper report in java
  • How to encode and decode a JSON encrypted string in java
  • How to enable remote JVM monitoring using jre's built in JConsole

Build Tool / Jenkins

  • An alternative way of invoking jenkins after svn commit

Cloud / Openshift

  • How to deploy JBoss7.2 on OpenShift

Others

  • How to automate typing in tinymce using selenium java
  • How to install eclipse plugin using available sites and eclipse marketplace
  • How to check out a maven project in eclipse-juno
  • Deploy a javaee6 war in tomcat7 using maven
  • How to get git build id using maven

Common Problems

  • How to get around OptimisticLockException or StaleObjectStateException
  • How to catch a ConstraintViolationException in JavaEE
  • UnsupportedClassVersionError in upgrading from jdk6 to 7
  • How avoid or fixed the PermGen problem with Glassfish or any web server that runs on jre




- How To Configure Mail Resource In Jboss 7.2 With A Sample Java Client
This tutorial assumes that you have the following installed on your local system: JBoss 7.2eclipse to run a projecta mail server, can be gmailIn this page we will summarize how to configure a mail dataSource in Jboss and create a JavaEE6 client to send...

- How To Setup Seam3-security In Jboss 7
Recently, I've done some research on several Java Security Framework that can perform authentication, authorization and cryptography. I've worked with Apache Shiro, it's really good and complete but I've found several problems like there's...

- How To Setup Your Datasource In Jboss7.x
Below are sample configurations you can use to setup postgresq, mysql data source in your jboss7.x. Where to add: 1.) If you added Jboss Tools plugin to eclipse, in server view expand Jboss Server->Filesets->Configuration->standalone.xml 2.)...

- Create A Simple Javaee6 Web App With Maven, Glassfish And Postgresql
This tutorial creates a simple javaee6 project using eclipse with maven. The application has 1 xhtml page that has a create button, and as you guest it when press will create an Employee record in the database. We use postgresql as the database and glassfish...

- Changing Jboss Server's Default Http Port
If you have installed jboss server in: C:\jboss-5.1.0\ then here's what you should do to change the default port (8080) to any port of your choice. 1.) Open the file, C:\jboss-5.1.0\server\default\conf\bindingservice.beans\META-INF\bindings-jboss-beans.xml...



Tech-Today








.