How execute spark Shell
execute in console spark-shell
Utilidades sobre java
@Stateless
public class EJBEasier{
public void simple(){
System.out.println("Hello");
}
}
public class Hello{
public void say(){
System.out.println("Hello");
}
}
@Stateless
public class EJBEasier{
@Inject
Hello hello;
public void simple(){
hello.say();
}
}
Linux - curl command to call SOAP Web services
Ubuntu - how execute windows application in ubuntu linux
How install SBT(Buil Tool for Scala) in Linux
El camino del SCEA5 o OCMJEA 5
JEE 6 easier than Spring
Maven resources filtering - exclude application spring xml
Eclipse3.6+ Tomcat7.X
How execute spark Shell
Android - Check if GPS is enabled