jsr

  • 111Java Memory Model — The Java memory model describes how threads in the Java programming language interact through memory. Together with the description of single threaded execution of code, the memory model provides the semantics of the Java programming language.… …

    Wikipedia

  • 112SyncEx PortletsToGo — Infobox Software name = SyncEx PortletsToGo caption = JSR 168 Compliant Portlet Suite developer = YASH Technologies Inc. operating system = Linux, Unix, Mac OS X, Open Source, Windows platform = genre = JSR 168 website = [http://www.syncex.com… …

    Wikipedia

  • 113Da Vinci Machine — Multi Language Virtual Machine Developer(s) Sun Microsystems Operating system Cross platform Type Library License GPL+linking exception …

    Wikipedia

  • 114JMX — Java Management Extensions (JMX) ist eine vom Java Community Process (JSR 3) entwickelte Spezifikation zur Verwaltung und Überwachung von Java Anwendungen. Teile der JMX Spezifikation sind bereits in der Java 1.5 Standard API integriert und wurde …

    Deutsch Wikipedia

  • 115Java Community Process — Der Java Community Process ist das 1998 eingerichtete Verfahren, das bei der Weiterentwicklung der Programmiersprache Java und ihrer Standardbibliothek angewandt wird. Der aktuelle Organisationsablauf wurde selbst durch den JCP definiert in einem …

    Deutsch Wikipedia

  • 116MBean — Java Management Extensions (JMX) ist eine vom Java Community Process (JSR 3) entwickelte Spezifikation zur Verwaltung und Überwachung von Java Anwendungen. Teile der JMX Spezifikation sind bereits in der Java 1.5 Standard API integriert und wurde …

    Deutsch Wikipedia

  • 117Portal (Informatik) — Der Ausdruck Portal (lat. porta, „Pforte“) bezeichnet in der Informatik ein Anwendungssystem, das sich durch die Integration von Anwendungen, Prozessen und Diensten auszeichnet. Ein Portal stellt seinem Benutzer unterschiedliche Funktionen zur… …

    Deutsch Wikipedia

  • 118JavaServer Faces — Java Server Faces[1] (abrégé en JSF) est un framework Java, pour le développement d applications Web. À l inverse des autres frameworks MVC traditionnels à base d actions, JSF est basé sur la notion de composants, comparable à celle de Swing ou… …

    Wikipédia en Français

  • 119Máquina virtual Java — Una Máquina virtual Java (en inglés Java Virtual Machine, JVM) es un máquina virtual de proceso nativo, es decir, ejecutable en una plataforma específica, capaz de interpretar y ejecutar instrucciones expresadas en un código binario especial (el… …

    Wikipedia Español

  • 120Java API for XML Processing — The Java API for XML Processing, or JAXP (pronounced jaks p ), is one of the Java XML programming APIs. It provides the capability of validating and parsing XML documents. The three basic parsing interfaces are: * the Document Object Model… …

    Wikipedia