jetty-runner.jar
webapp-runner.jar
heroku/heroku-buildpack-webapp-runner
https://github.com/heroku/template-java-spring-hibernate
https://devcenter.heroku.com/articles/getting-started-with-spring-mvc-hibernate
https://devcenter.heroku.com/articles/java-webapp-runner
Encrypt and wrap a webapp (war) into a single exe file
http://www.jar2exe.com/solutions/webapp
https://devcenter.heroku.com/articles/create-a-java-web-application-using-embedded-tomcat
http://tomcat.apache.org/maven-plugin-trunk/tomcat7-maven-plugin/standalone-war-mojo.html
Anuncio
jueves, 28 de agosto de 2014
Java APP to run WebApp WAR
Etiquetas:
app,
heroku,
hibernate,
java,
jetty,
jetty-runner,
mojo,
mvc,
spring,
spring_mvc,
tomcat,
war,
webapp,
webapp-runner
martes, 26 de agosto de 2014
Jetty Embedded webapp
Create Maven WebApp with Jetty in Netbeans
http://www.youtube.com/watch?v=YaP3LQVzB-Q
How to create a war and jar from a web project?
http://stackoverflow.com/questions/15509893/how-to-create-a-war-and-jar-from-a-web-project
Executable WARs with Jetty
http://eclipsesource.com/blogs/2009/10/02/executable-wars-with-jetty/
Creating an executable jar executing a war file with embedded jetty
http://stackoverflow.com/questions/15919568/creating-an-executable-jar-executing-a-war-file-with-embedded-jetty
Embedded Jetty Executable JAR
http://blog.anvard.org/articles/2013/10/09/embedded-jetty-executable-maven.html
Embedding Jetty
http://www.eclipse.org/jetty/documentation/current/embedding-jetty.html
create a executable jar using maven and jetty
http://stackoverflow.com/questions/20491407/create-a-executable-jar-using-maven-and-jetty
Setting up embedded Jetty 8 and Spring MVC with Maven
http://steveliles.github.io/setting_up_embedded_jetty_8_and_spring_mvc_with_maven.html
Runnable WAR With Embedded Jetty Server
http://blog.dinauer.at/runnable-war-with-embedded-jetty-server/
Configuring Jetty JSP support in embedded mode in Maven project
http://stackoverflow.com/questions/4235082/configuring-jetty-jsp-support-in-embedded-mode-in-maven-project
web app started by jetty runner not working with jstl tags?
http://stackoverflow.com/questions/9333403/web-app-started-by-jetty-runner-not-working-with-jstl-tags
Jetty/Howto/Configure JSP
http://wiki.eclipse.org/Jetty/Howto/Configure_JSP
Disable Maven warning message - “Selected war files include a WEB-INF/web.xml which will be ignored”
http://stackoverflow.com/questions/4342245/disable-maven-warning-message-selected-war-files-include-a-web-inf-web-xml-wh
Newbie Guide to Jetty
http://docs.codehaus.org/display/JETTY/Newbie+Guide+to+Jetty
Starting up Jetty
- jetty-runner.jar - fast and easy way to run your webapp, without needing to install and administer a jetty distro. Run it using
java -jar jetty-runner.jar webappcontext. Further instructions can be found in the blog entry linked to above. - start.jar - start from within your Jetty installation. Run it using
java -jar start.jar configuration files - embed Jetty into your application
- as a distribution package (RPM, .deb)
- Maven Jetty Plugin
WAR FILES VS. JAVA APPS WITH EMBEDDED SERVERS
http://steveperkins.net/war-files-vs-embedded-servers/
a jetty server app can work in eclipse but can't in Windows Console?
http://stackoverflow.com/questions/11094029/a-jetty-server-app-can-work-in-eclipse-but-cant-in-windows-console
Jetty/Tutorial/Jetty and Maven HelloWorld
http://wiki.eclipse.org/Jetty/Tutorial/Jetty_and_Maven_HelloWorld
Rapid Testing Using the Jetty Plugin
http://maven.apache.org/plugins/maven-war-plugin/examples/rapid-testing-jetty6-plugin.html
maven jetty - org.mortbay.jetty vs org.eclipse.jetty
http://stackoverflow.com/questions/15386461/maven-jetty-org-mortbay-jetty-vs-org-eclipse-jetty
Embedding Jetty with Netbeans 7 (and Maven)
http://www.giantflyingsaucer.com/blog/?p=3023
Embedded vs Stand alone Tomcat ( HTTP ) server
http://stackoverflow.com/questions/20736356/embedded-vs-stand-alone-tomcat-http-server
-Dorg.apache.jasper.compiler.disablejsr199=true
http://www.eclipse.org/jetty/documentation/current/configuring-jsp.html
JSPs for embedded Jetty in Maven tests not compiling
http://stackoverflow.com/questions/23394842/jsps-for-embedded-jetty-in-maven-tests-not-compiling
Jetty/Howto/Using Jetty Runner
http://wiki.eclipse.org/Jetty/Howto/Using_Jetty_Runner
Running a web application (WAR) with embedded jetty server
http://stackoverflow.com/questions/21861019/running-a-web-application-war-with-embedded-jetty-server
Embedded Jetty : how to use a .war that is included in the .jar from which Jetty starts?
http://stackoverflow.com/questions/13434538/embedded-jetty-how-to-use-a-war-that-is-included-in-the-jar-from-which-jetty
Executable war file that starts jetty without maven
http://stackoverflow.com/questions/2458440/executable-war-file-that-starts-jetty-without-maven
Etiquetas:
eclipse,
executable,
hello_world,
hibernate,
jetty,
jetty-runner,
maven,
netbeans,
newbie,
plugin,
spring,
tomcat,
webapp
miércoles, 20 de agosto de 2014
Árboles R en Java (R-Tree Java). Algoritmo
Para indexar información multidimensional. - Java Spatial Index (RTree) Library
http://sourceforge.net/projects/jsi/
http://edn.esri.com/index.cfm?fa=home.welcome
JTS Topology Suite
http://tsusiatsoftware.net/
Geometry library for Java
http://stackoverflow.com/questions/2115976/geometry-library-for-java
An implementation of the R-Tree algorithm in Java
http://moderntone.blogspot.com.es/2013/04/an-implementation-of-r-tree-algorithm.html
Oracle-sdoapi.jar
https://community.oracle.com/thread/1016571?tstart=0
Oracle® Spatial Developer's Guide
http://docs.oracle.com/cd/E11882_01/appdev.112/e11830/sdo_locator.htm#SPATL340
PRTree, a Priority R-Tree, a spatial index for java code
http://www.khelekore.org/prtree/
ChoroChronos R-Tree
http://www.chorochronos.org/?q=node/43
http://sourceforge.net/projects/jsi/
http://edn.esri.com/index.cfm?fa=home.welcome
JTS Topology Suite
http://tsusiatsoftware.net/
Geometry library for Java
http://stackoverflow.com/questions/2115976/geometry-library-for-java
An implementation of the R-Tree algorithm in Java
http://moderntone.blogspot.com.es/2013/04/an-implementation-of-r-tree-algorithm.html
Oracle-sdoapi.jar
https://community.oracle.com/thread/1016571?tstart=0
Oracle® Spatial Developer's Guide
http://docs.oracle.com/cd/E11882_01/appdev.112/e11830/sdo_locator.htm#SPATL340
PRTree, a Priority R-Tree, a spatial index for java code
http://www.khelekore.org/prtree/
ChoroChronos R-Tree
http://www.chorochronos.org/?q=node/43
Tipos de Licencia de Software
PostgreSQL - Licencia BSD
HsqlDB - Licencia BSD
MySQL - Licencia GPL
Apache Derby - Apache License 2.0
LibGDX - Apache2
SQLite - Dominio público
http://www.informatica-hoy.com.ar/software-libre-gnu/Tipos-de-licencia-de-Software.php
http://www.informatica.us.es/~ramon/articulos/LicenciasSoftware.pdf
HsqlDB - Licencia BSD
MySQL - Licencia GPL
Apache Derby - Apache License 2.0
LibGDX - Apache2
SQLite - Dominio público
http://www.informatica-hoy.com.ar/software-libre-gnu/Tipos-de-licencia-de-Software.php
http://www.informatica.us.es/~ramon/articulos/LicenciasSoftware.pdf
Suscribirse a:
Comentarios (Atom)