|
Java
Temas
-> Programación
Artículos
 Enlaces
El lenguaje Java ya tiene varios años, y sigue siendo una sólida ayuda para el desarrollador de software. Siendo multiplataforma desde el principio, totalmente basado en clases y objetos, actualmente ofrece una gran cantidad de librerías y tecnologías, tanto en el cliente como el servidor.
Consulte nuestros Cursos y Seminarios para obtener información de cursos de Java presenciales y a distancia.
Enterprise Java Beans La tecnología de Sun, para servidores de aplicaciones |
Java Server Pages La tecnología de Sun en Java, para producir páginas dinámicas en un servidor web. |
JDBC Java Database Connectivity, la tecnología para acceder a distintas bases de datos, desde Java. |
Servlets La primer tecnología de Sun para la generación de páginas dinámicas en el servidor, sobre un web container. Más programática que Java Server Pages. |
|
|
Artículos
Todos los artículos
Nuestro primer programa en Java
Para no romper la tradición, el primer programa en Java será un simple "Hola, mundo". |
Java como lenguaje y tecnología
Una introducción a Java |
Nuestra primer applet en Java
Primer ejemplo de un applet, una aplicación Java a ejecutar en el "browser" |
El JDK
El Java Development Kit |
Introducing the Spring Framework
In this article, Rod Johnson to explain what Spring sets out to achieve, and how I believe it can help you to develop J2EE applications. |
Code-Generation Techniques For Java
Code-generation techniques can make building high-quality EJB code a breeze. |
Persistencia de Objetos Java: El Camino hacia Hibernate
Excelente artículo sobre el framework de persistencia Hibernate |
AppFuse: Start Your J2EE Web Apps
AppFuse is a web application that you can package into a .war and deploy to a J2EE 1.3-compliant app server. It's designed to help you create new web applications using a new target in its build.xml file. |
Configuring and using Apache Tomcat 4
Marty Hall explica cómo instalar y configurar el Tomcat 4 en Windows. |
Opening Microsoft File Formats to Java
So you're a developer who creates cool but complicated server-side applications in Java, or you're an architect convinced about J2EE. Do your users care until they see an Excel spreadsheet on their desktops? |
XML for the absolute beginner
A guided tour from HTML to processing XML with Java |
A Java RMI server framework
Using an asynchronous process manager to contain your RMI server applications |
A Design Pattern for a Rule Engine
Use XML data, events, and XSLT for a simple rule engine that helps you separate business rules from application code |
When Runtime.exec() won't
Navigate yourself around pitfalls related to the Runtime.exec() method |
When is a singleton not a singleton?
Avoid multiple singleton instances by keeping these tips in mind |
Aspect-Oriented Programming in Java
AOP may soon become a mainstream programming methodology, but how does it fit in with Java? |
XML Data Binding with Castor
In this article, we will walk through marshalling data to and from XML, using a XML data-binding API. The first question is, why? Why not use SAX or DOM? Personally, when I sit down to work with XML, I get frustrated with the amount of code that you need to write to do simple things. |
Maven Magic
Maven is a high-level, intelligent project management, build and deployment tool from the Apache project. There is nothing that Maven does that Ant cannot do. |
Reference Objects and Garbage Collection
The Reference Object application programming interface (API) is new in the JavaTM Development Kit (JDKTM) 1.2. This API allows a program to maintain special references to objects that allow the program to interact with the garbage collector in limited ways. |
JDO Brings DB Programming into 21st Century Despite Controversy
JDO is a well thought out application programming interface that provides an abstraction layer between the application and data stores of various kinds. |
Más artículos...
Enlaces
Todos los enlaces
Java en Sun
El sitio de Sun sobre Java. Todo sobre el lenguaje y la tecnología. Software para bajarse, tutoriales, noticias y código fuente. Nuevas tendencias. Librerías, información para el desarrollador Java. Imperdible. |
The Java Tutorial
Una guía práctica para el programador con cientos de ejemplos, y docenas de "trails", grupos de clases sobre un tema. |
Top Java Links
Lugar imperdible, con los enlaces a los sitios más interesantes sobre Java (en Inglés) |
Java Hispano
Recursos y documentación en español sobre Java |
JGuru
Your view of the Java universe |
Code Java
Portal de Comunidad de Desarrolladores Java y Linux |
uPortal
Implementación de un portal universitario, en Java, JSP, XML, J2EE, de código abierto. |
JavaWorld
Excelente revista en línea, de todo sobre Java. Imprescindible. |
Java Users Group Argentina
Nuevo sitio del JUGAR, el grupo de usuarios Java de Argentina |
JavaSkyline
Magazine for Java developers |
Más enlaces...
|