Sunday, November 4, 2012

Spring foundations [ES]

 Los principales fundamentos de Spring son:

  • inyección de dependencias
  • inversión de control (IoC)
  • programación orientada a aspectos (AOP)
  • integración con frameworks de terceros

Spring foundations [EN]

The main fundamentals of Spring are:
  • dependency injection
  • inversion of control (IoC)
  • aspect oriented programing (AOP)
  • integration with third-party frameworks

equals(), hashCode(), toString() [EN]

These three methods are included in the class Object and therefore present in all Java objects, as in Java all objects inherit from ObjectWhat is the purpose of these methods? What is its significance?

Saturday, November 3, 2012

equals(), hashCode(), toString() [ES]

Estos 3 métodos están incluidos en la clase Object y por tanto presentes en todos los objetos Java ya que en Java todos los objetos heredan de Object. ¿Para que sirven estos métodos? ¿Cuál es su importancia?