Java EE compatibility - JBoss EAP , JBoss AS, JBoss WildFly
Java EE compatibility http://www.oracle.com/technetwork/java/javaee/overview/compatibility-jsp-136984.htmlJava EE 7 JBoss EAP 7 - Enterprise version - no official date yetJBoss WildFly 8/9/10 -...
View ArticleDraw graph using GraphML and yEd graph editor
Graph theory http://algs4.cs.princeton.edu/41graph/GraphMLhttp://graphml.graphdrawing.org/GraphML Primer http://graphml.graphdrawing.org/primer/graphml-primer.htmlyEd graph editor...
View ArticleCreate new Scala Maven project for Eclipse
Scala with Maven tutorialhttp://docs.scala-lang.org/tutorials/scala-with-maven.htmlDownload latest version of Scala http://www.scala-lang.org/download/2.11.7.htmlUpgrade Scala version[root@localhost...
View ArticleWeblogic 12.2.1 - Java EE 7 installation
Java EE 7 - Tested Configurations, Oracle Weblogic Server 12.2.1http://www.oracle.com/technetwork/java/javaee/overview/oracleweblogic1211-2769862.htmlOracle WebLogic Server (WLS) 12cR2 (12.2.1)...
View ArticleUsing Maven on Weblogic 12.2.1 with Java EE7
Release notes Weblogic 12.2.1 https://docs.oracle.com/middleware/1221/wls/NOTES/whatsnew.htm#NOTES107 The weblogic-maven-plugin plug-in delivered in WebLogic Server 11g Release 1 is deprecated as of...
View ArticleUsing Maven to create EJB project on Weblogic 12.2.1
First setup Maven for Oracle Weblogic plugin - http://danielveselka.blogspot.com/2016/01/using-maven-on-weblogic-1221-with-java.html Building Java EE Projects for WebLogic Server with...
View ArticleCreate Java EE7 project from JBoss Wildfly Maven archetype
JBoss Wildfly Maven plugin https://docs.jboss.org/wildfly/plugins/maven/latest/index.html http://mvnrepository.com/artifact/org.wildfly.archetype/wildfly-javaee7-webapp-ear-archetype/8.2.0.Final First...
View ArticleOpenshift - deploy Java EE7 application onto Wildlfy10
OpenShift Wildfly https://developers.openshift.com/en/wildfly-getting-started.html Create OpenShift account https://openshift.redhat.com/app/account/new?then=%2Fapp%2FaccountInstall RedHat RHC...
View ArticleScala - setup environment - sbt, Scala IDE
Download sbt http://www.scala-sbt.org/download.htmlConfigure https proxy export JAVA_OPTS="$JAVA_OPTS -Dhttp.proxyHost=webproxy -Dhttp.proxyPort=8080" Change sbt repository root export...
View ArticleDeploy Java application from GitHub to AWS
Create AWS free account Getting started :https://aws.amazon.com/free/Create AWS accountCreate own Linux instancehttps://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.htmlConnect to AWS...
View ArticleAWS IAM setup for CodeDeploy
Create new IAM user using AWS consolehttps://console.aws.amazon.com/iam/home#usersCreate new user awsdaveDownload user credentials into file Create new policies using AWS console Required role policies...
View ArticleInstall and configure Docker on Fedora
Installation guide for Fedorahttps://docs.docker.com/engine/installation/linux/fedora/Install Docker using DNF Enable docker service and start it[root@localhost ~]# systemctl enable...
View ArticleInstall Citrix receiver on Fedora
Install Citrix Receiver[root@linux ~]# dnf info ICAClientLast metadata expiration check: 1:56:02 ago on Tue Oct 11 14:24:35 2016.Installed PackagesName : ICAClientArch : x86_64Epoch...
View ArticleRun Arquillian test on JBoss EAP 7/ Wildfly 10 using Arquillian Chameleon...
Arqullianhttp://arquillian.org/guides/getting_started/Arquillian Chameleon Container https://github.com/arquillian/arquillian-container-chameleon...
View ArticleInstall Java EE7 application using JBoss Wildfly Docker image
Docker and WildFly Part 1 - Deployment via Docker volumes http://tools.jboss.org/blog/2015-03-02-getting-started-with-docker-and-wildfly.html Docker and WildFly Part 2 - Deployment over management API...
View ArticleRun Docker JBoss Wildfly image on AWS ECS
Install Docker on AWS ECShttps://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html __| __|_ ) _| ( / Amazon Linux AMI...
View ArticleWeblogic wlfullclient.jar deprecated
Since Weblogic 12.1.3 wlfullclient.jar is deprecated https://docs.oracle.com/middleware/1213/wls/SACLT/t3.htm#SACLT130The WebLogic full client, wlfullclient.jar, is deprecated as of WebLogic Server...
View ArticleWeblogic 12.2 1 - implement WebService using Maven Archetype
Java EE7 web service tutorial https://docs.oracle.com/javaee/7/tutorial/jaxws.htmHere is description for basic webservice implementation in Weblogic 12.2.1...
View ArticleWeblogic 12.2.1 - build webservice using jwsc Ant task
We want to test Ant jwsc task on Weblogic 12.2.1 server This blog is used to start...
View ArticleBuild Weblogic Docker image
Oracle Docker image repository https://github.com/oracle/docker-imagesWeblogic image https://github.com/oracle/docker-images/tree/master/OracleWebLogic1. Build Java imageDownload latest Java 8...
View Article