Skip to content

Instantly share code, notes, and snippets.

View alacambra's full-sized avatar

Albert Lacambra Basil alacambra

  • Java EE, Typescript, cloud
  • Darmstadt, Germany
View GitHub Profile
@alacambra
alacambra / gist:e9454034cc8a377ec3a2
Created July 29, 2014 21:36
fetching a dt from neo4j with cypher
match (cnd_component {name:"is_assigned_to"})<-[:over]-(resolver:resolver)-[:with]->dt,
resolver<-[:resolve]-(action:action{name:"create"}),
dt-[r*..]->i
return dt, i
@alacambra
alacambra / beans.xml
Created July 4, 2014 12:48
working beans.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_1.xsd">
<alternatives>
<class>com.poolingpeople.utils.mail.mailer.LogMailer</class>
</alternatives>