Skip navigation
2016
##  E.g. /home/ondra/sw/AS/jboss-eap-7.0
EAP_DIR=$1
if [ "" == "$1" ] ; then
    echo "Where is the EAP to which the MySQL JDBC module should be installed?"
    read EAP_DIR;
fi

MODULES_DIR=$EAP_DIR/modules/system/layers/base
if [ ! -d $MODULES_DIR ] ; then
    echo "Module's dir not found in EAP: " + $MODULES_DIR;
    return -1;
fi
JDBC_DIR=$MODULES_DIR/mysqljdbc
wget -q https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.38.zip
unzip mysql-connector-java-5.1.38.zip
rm mysql-connector-java-5.1.38.zip
mkdir -p $JDBC_DIR/main
mv mysql-connector-java-5.1.38/mysql-connector-java-5.1.38-bin.jar $JDBC_DIR/main
rm -rf mysql-connector-java-5.1.38/

cat <<EOF > $JDBC_DIR/main/module.xml
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="mysqljdbc">
    <resources> <resource-root path="mysql-connector-java-5.1.38-bin.jar"/> </resources>
    <dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> </dependencies>
</module>
EOF


Long, long time ago, in a remote kingdom of North Carolina, the Wicket quickstart was removed from JBoss EAP quickstarts.

The reason was the wicket-cdi integration was using seam-conversation to control the scope.

The Wicket version used was 1.5.5 at that time.

https://bugzilla.redhat.com/show_bug.cgi?id=1103713

 

Now, with Wicket 7.x and wicket-cdi-1.1, this problem has gone, and I hope the Wicket quickstart will make it back.

https://github.com/jboss-developer/jboss-eap-quickstarts/pull/1789

 

Enjoy 

UYsuvd3.png

Today is the last day of Matěj Briškár in Red Hat. His nature urged him to try something really exotic, so he's taken the challenge to be a developer of a major job-market site

 

Matěj, you were a great co-worker, always thinking positively, doing what's needed, and doing it very tenaciously. I wish you the best in your next episode of life, and I will look forward to meet you again some day.

 

Have a happy life!

Hear, hear, behold!

 

At the famous world-class Developer Conference Brno 2016, the biggest developer conference in the Brno region , I had the honor to present Windup. After fighting the Linux implementation of Adobe Reader which crashed on a .pdf with an animation, I stopped being sick (had a fever) and started being awesome and to my surprise, I presented what we were doing for the last year, at quite listenable level - if you excuse the long pauses when I was trying to find the mouse pointer at some of the 3 screens or vain attempts to connect to the wifi.

 

After making this, I had to stay in bed for few days. I hope watching it won't have that effect on you Enjoy!

Windup - automated migration platform - Ondrej Zizka - YouTube

Highly recommended:  SKIP TO 7:40 unless you're really really fan of desktop backgrounds

 

We're getting to a point when the two conditions are met:

 

1) The features wanted for 2.5 are implemented, and

2) The implementations did not break something else (despite how hard we tried ).

 

So it seems that the 2.5 release, which is, of course, the most informative, most effective, most organized, most colorful and otherwise awesome in every aspect (except the size ), is going to appear in the repository.jboss.org pretty soon.

 

I don't expect everyone to git clone our repo and build all the pieces, so here's what you want to see:

Windup 2.5.0 demo - Automated migration tool for Java EE - YouTube

Enjoy!

 

 

 

A note to myself: Converting from OGV to MP4:

ffmpeg -i Windup-demo-2.5.0.ogv -acodec libmp3lame -vcodec libx264 -strict experimental -crf 18 Windup-demo-2.5.0x.mp4

Filter Blog

By date:
By tag: