Ejemplo con el formato para un trabajo de título
de la Escuela de Ingeniería de la Universidad de Chile

Fecha: 30 de Mayo de 2003


@STRING(SUN="Sun Microsystems, Inc.")
@STRING(TMC="The Middleware Company")
@STRING(JBOSS="The JBoss Group")

@manual{ejb,
        TITLE = "Enterprise JavaBeans Specification, Version 2.0",
 ORGANIZATION = SUN,
        YEAR = 2001,
        month = "Agosto"}

@manual{j2ee,
        TITLE = "Java 2 Platform, Enterprise Edition Specification, Version 1.3",
 ORGANIZATION = SUN,
        YEAR = 2001,
        month = "Agosto"}

@manual{servlet,
        TITLE = "Java Servlet Specification, Version 2.3",
 ORGANIZATION = SUN,
        YEAR = 2001,
        month = "Agosto"}

@manual{jsp,
        TITLE = "JavaServer Pages Specification, Version 1.2",
 ORGANIZATION = SUN,
        YEAR = 2001,
        month = "Agosto"}

@manual{jdbc,
        TITLE = "JDBC 2.1 API",
 ORGANIZATION = SUN,
        YEAR = 1999,
        month = "Octubre"}

@manual{jndi,
        TITLE = "Java Naming and Directory Interface Application Programming Interface, Version 1.2",
 ORGANIZATION = SUN,
        YEAR = 1999,
        month = "Julio"}

@manual{jaxp,
        TITLE = "Java API for XML Processing, Version 1.1",
 ORGANIZATION = SUN,
        YEAR = 2001,
        month = "Febrero"}

@manual{connector,
        TITLE = "J2EE Connector Architecture Specification, Version 1.0",
 ORGANIZATION = SUN,
        YEAR = 1999,
        month = "Julio"}

@manual{jta,
        TITLE = "Java Transaction API (JTA), Version 1.0.1",
 ORGANIZATION = SUN,
        YEAR = 1999,
        month = "Agosto"}

@manual{jts,
        TITLE = "Java Transaction Service (JTS), Version 1.0",
 ORGANIZATION = SUN,
        YEAR = 1999,
        month = "Diciembre"}

@manual{ensuring,
        TITLE = "J2EE, Ensuring Consistency, Portability, and Interoperability",
        AUTHOR = "Anne Thomas",
 ORGANIZATION = "Patricia Seybold Group",
        YEAR = 1999}


@BOOK{tutorial,
        AUTHOR = "S. Bodoff and D. Green and K. Haase and E. Jendrock and B. Stearns",
        TITLE = "The J2EE Tutorial",
        PUBLISHER = "Addison-Wesley",
        YEAR = 2002,
 ORGANIZATION = SUN,
        ISBN = "0-201-79168-4"}

@BOOK{mastering,
        AUTHOR = "Roman, Ed",
        TITLE = "Mastering Enterprise JavaBeans",
        PUBLISHER = "John Wiley \& Sons Inc.",
        YEAR = 2002,
        edition = "Second",
 ORGANIZATION = TMC,
        ISBN = "0-471-41711-4"}

@BOOK{ejbpatterns,
        AUTHOR = "Marinescu, Floyd",
        TITLE = "EJB Design Patterns",
        PUBLISHER = "John Wiley \& Sons Inc.",
        YEAR = 2002,
 ORGANIZATION = TMC,
        ISBN = "0-471-20831-0"}

@BOOK{corepatterns,
        AUTHOR = "D. Alur and J. Crupi and D. Malks",
        TITLE = "Core J2EE Patterns, Best Practices and Design Strategies",
        PUBLISHER = "Pretince Hall",
 ORGANIZATION = SUN,
        YEAR = 2001}

@BOOK{corejsp,
        AUTHOR = "Marty Hall",
        TITLE = "Core Servlets and JavaServer Pages",
        PUBLISHER = "Pretince Hall",
 ORGANIZATION = SUN,
        YEAR = 2001}

@book{designing,
        AUTHOR = "Nicholas Kassem",
        TITLE = "Designing Enterprise Applications with J2EE",
        PUBLISHER = "Addison-Wesley",
 ORGANIZATION = SUN,
        YEAR = 2000}



@book{jboss,
        AUTHOR = "Scott Stark",
        TITLE = "JBoss Administration and Development",
        PUBLISHER = "",
 ORGANIZATION = JBOSS,
        edition = "Second",
        YEAR = 2002}

@book{jbosscmp,
        AUTHOR = "Dain Sundstrom",
        TITLE = "JBossCMP",
        PUBLISHER = "",
 ORGANIZATION = JBOSS,
        edition = "Second",
        YEAR = 2002}



@misc{environment,
        TITLE = "The Java Language Environment",
        author ="James Gosling and Henry McGilton",
 ORGANIZATION = SUN,
 web ="http://java.sun.com/docs/white/langenv/",
        YEAR = 1996}

@book{uml,
        AUTHOR = "Rumbaugh and Jacobson and Booch",
        TITLE = "The Unified Modeling Language Reference Manual",
        PUBLISHER = "Addison-Wesley",
        YEAR = 1999,
        ISBN = "0-201-30998-X"}

