DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibfreemarker-java-doc
Beschreibunga template engine written in Java (documentation)
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.3.16-3
Sektiondoc
Prioritätoptional
Installierte Größe7968 Byte
Hängt ab von
Empfohlene Paketedefault-jdk-doc, jython-doc, libcommons-jxpath-java, libjdom1-java-doc, libdom4j-java-doc, libjaxen-
PaketbetreuerDebian Java Maintainers
Quellelibfreemarker-java
Paketgröße525710 Byte
Prüfsumme MD500f255b7bb73d930876e66bd1f8c5731
Prüfsumme SHA1c9b0fa1c827aa26387addb442bee4f8f35aaacb7
Prüfsumme SHA256ac722e1fa191fa2652361a9ef076dc2eace4400b40d3a990710f670a88dc28d3
Link zum Herunterladenlibfreemarker-java-doc_2.3.16-3_all.deb
Ausführliche BeschreibungFreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. It's not an application for end-users in itself, but something that programmers can embed into their products. . FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works on what they are good at. Designers can change the appearance of a page without programmers having to change or recompile code, because the application logic (Java programs) and page design (FreeMarker templates) are separated. Templates do not become polluted with complex program fragments. This separation is useful even for projects where the programmer and the HMTL page author is the same person, since it helps to keep the application clear and easily maintainable. . This package contains the documentation of libfreemarker-java.


Impressum
Linux is a registered trademark of Linus Torvalds