Posted
almost 9 years
ago
by
Ondrej Zizka
Windup roadmap leads the 3.0 milestone to be a web application.
After some consideration, we chose Angular 2 (the other considered option was Wicket 7) and, of course, JBoss EAP 7 as a backend platform.
So far, the application is quite small. And since JBoss EAP Quickstarts are missing an Angular 2 quickstart, you can use it as such
|
Posted
almost 9 years
ago
by
Ondrej Zizka
There's a new video codec HEVC (High Eficiency Video Codec), and certain media from "certain sources" come in that format.
To play that, you need the latest SW or firmware.
If you play these videos in VLC, then you're going to need VLC 2.2.x. Here's
|
Posted
almost 9 years
ago
by
Ondrej Zizka
/people/ozizka
[email protected]
|
Posted
almost 9 years
ago
by
Ondrej Zizka
I've set up Arquillian with Selenium 2 testing.
It's not trivial as Arquillian is quite modularized and you need to pick the right bits and right versions, and there are not many places which would guide you through that.
This is what I used to get
|
Posted
almost 9 years
ago
by
Ondrej Zizka
/people/ozizka
[email protected]
|
Posted
almost 9 years
ago
by
Ondrej Zizka
## 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
|
Posted
almost 9 years
ago
by
Ondrej Zizka
/people/ozizka
[email protected]
|
Posted
almost 9 years
ago
by
Ondrej Zizka
/people/ozizka
[email protected]
|
Posted
almost 9 years
ago
by
Ondrej Zizka
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
|
Posted
almost 9 years
ago
by
Ondrej Zizka
/people/ozizka
[email protected]
|