apt-get install -y qgis cmake-curses-gui build-essential \
git gitg meld \
qtcreator qt4-designer \
flex bison libgeos-dev libgdal1-dev \
pyqt4-dev-tools libgsl0-dev libexpat1-dev libproj-dev \
libqwt-dev libspatialindex-dev libqscintilla2-dev\
libqscintilla2-dev python-qscintilla2 python-dev python-sip-dev \
python-qt4-dev postgresql-client-9.3 \
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright Pierre GIRAUD, https://gist.github.com/pgiraud/6131715 | |
* Published under WTFPL license. */ | |
/** | |
* @requires OpenLayers/Renderer/SVG.js | |
*/ | |
OpenLayers.Renderer.SVGExtended = OpenLayers.Class(OpenLayers.Renderer.SVG, { | |
eraseGeometry: function(geometry, featureId) { | |
this.removeArrows(geometry); |
This is in the scenario where you want JBoss to handle the datasource and transactions, for example when using injected @PersistenceContext in a @Stateless resource. I like it especially when writing REST services with JAX-RS (example code included below).
Create dir:
/modules/org/postgresql/main
This is in the scenario where you want JBoss to handle the datasource and transactions, for example when using injected @PersistenceContext in a @Stateless resource. I like it especially when writing REST services with JAX-RS (example code included below).
Create dir:
/modules/org/postgresql/main