Quantcast
Channel: MetaDrupal - java
Browsing all 6 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Configuración de Eclipse en Ubuntu 10.10 para usar Dynamic Web template

TweetSituaciónEl plugin para Dynamic Web no viene incorporado por defecto en Eclipse 3.5.2Condiciones a tomar en cuentaEl plugin se llama Web Standard Tool y forma parte del paquete Web Tools Platform...

View Article


Image may be NSFW.
Clik here to view.

configuración de Eclipse en Ubuntu 10.10 para ejecutar aplicaciones web en Java

Tweet SituaciónDeseo usar como servidor al Tomcat 6 que se instala usando apt-get. Condiciones a tomar en cuentaLa instalación de Tomcat distribuye sus archivos en dos carpetas/usr/share/tomcat6 para...

View Article


Intersection two graphs using Jena

Tweetpackage fr.student.team.example; import java.io.InputStream;import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.ModelFactory; import com.hp.hpl.jena.rdf.model.Statement;...

View Article

Updated version of JGraphAdapterDemo (JGraph + JGraphT)

TweetHere an updated version (2015) of demo published in http://jgrapht.org/visualizations.htmlpackage org.jgrapht.demo; import java.awt.Color; import java.awt.Dimension; import java.awt.Rectangle;...

View Article

Image may be NSFW.
Clik here to view.

HashBiMultimap

TweetHere, there is an example about HashBiMultimap along with the guava-12.0-SNAPSHOT.jar I have compiled from a version of guava.To understand what is a HashBiMultimap data structure see...

View Article


Using JENA to query a SPARQL Endpoint or a file

TweetEndpointpackage test_java; import com.hp.hpl.jena.query.Query; import com.hp.hpl.jena.query.QueryExecution; import com.hp.hpl.jena.query.QueryExecutionFactory; import...

View Article
Browsing all 6 articles
Browse latest View live