Entries tagged as javaRelated tags ajax .net apache css framework google iphone java script linux mvc mysql oracle performance php regular expressions tools usability vermischtes webdevelopment windows database administration Datenbanken development MySQL PostgreSQL security SQLite Oracle commandline domains Mac software Vermischtes Webdevelopment fun mac java server faces benchmarking beta firefox fussball microsoft onlinebanking osx perl push safari stumbleupon virtualisierung vista vlc vuvuzela webdesign wiki wm zend gmail masterbootrecord MasterBootRecord.de Microsoft news office regensburg semantic web seo symbian Windows joomla pythonFriday, April 14. 2006ONJava.com -- Using JSFSun has recently released its Java Web Services Developer Pack 1.2, which includes a reference implementation (Early Access 4 -- EA4) of the JSF Specification (Version 1.0, Public Review Draft 2). The EA4 version implements new features such as actions, managed beans, and navigation rules. This article focuses on these new features and shows how to take advantage of JSF in order to build forms, validate user input, and bind user interface components to JavaBean properties. This article contains a web application made of four main components. A JavaBean class (PBean.java) acts as a data model, holding some text and its attributes: font, size, color, alignment, etc. A JSF-based form (edit.jsp) allows users to provide values for the properties of the JavaBean. Another Java class (PBuilder.java) generates an HTML paragraph with the given text and attributes. Finally, a JSP page (view.jsp) shows the generated paragraph." ONJava.com -- Using JSF ONJava.com -- Using JSF Defined tags for this entry: java, java server faces
ONJava.com: Upload Files with JSF and MyFacesONJava.com: Upload Files with JSF and MyFaces ONJava.com: Upload Files with JSF and MyFaces Defined tags for this entry: java, java server faces
ONJava.com -- Handling Events in JavaServer Faces, Part 2As an example of user interface changes triggered either by a button click or a value change, let's add a feature to the sample application, namely an extendable expense types list. Initially, only the most common expense types are listed, but the user can extend the list with more uncommon choices." ONJava.com -- Handling Events in JavaServer Faces, Part 2 ONJava.com -- Handling Events in JavaServer Faces, Part 2 Defined tags for this entry: java, java server faces
ONJava.com -- Handling Events in JavaServer Faces, Part 1On the surface, the JSF model looks the same as the event model used for standalone applications, but there's a twist: with JSF, the user actions take place in a client (e.g., a browser) that has no permanent connection to the server, so the delivery of some types of event is delayed until a new connection is established (e.g., when the user submits a form). To deal with this difference, JSF defines a strict request processing lifecycle, where events are generated and handled in different phases. In this chapter, we first look at the event model and how it relates to the request processing lifecycle to understand what's going on. We then implement event handling for parts of the sample application." ONJava.com -- Handling Events in JavaServer Faces, Part 1 ONJava.com -- Handling Events in JavaServer Faces, Part 1 Defined tags for this entry: java, java server faces
ONJava.com -- Introducing JavaServer FacesONJava.com -- Introducing JavaServer Faces ONJava.com -- Introducing JavaServer Faces Defined tags for this entry: java, java server faces
Thursday, April 13. 2006iX 5/2006, S. 154: JSF Tutorial IIDieser Teil des Tutorials untersucht, ob dies auch für umfangreichere Anwendungen und die damit verbundenen komplexeren Anforderungen gilt. Thematisch im Mittelpunkt stehen Internationalisierung, Validierung und Konvertierung. Außerdem soll ein Blick über den Tellerrand hinaus zeigen, inwieweit JSF sich mit Spring und Struts - zwei im Java-Umfeld etablierten Welten - integrieren lässt. " iX 5/2006, S. 154: JSF Tutorial II iX 5/2006, S. 154: JSF Tutorial II Defined tags for this entry: java, java server faces
Saturday, April 8. 2006iX 4/2006, S. 136: JSF Tutorial I
"Java-basierte Web-Frameworks gibt es seit der Einführung der Servlet- und JSP-APIs wie Sand am Meer. Doch haben
alle eins gemeinsam: Es sind proprietäre Lösungen. Mit der durch Sun im Jahre 2004 als Final Release
veröffentlichten Spezifikation der Java Server Faces existiert zum ersten Mal ein herstellerübergreifender
Standard, den dieses dreiteilige Tutorial vorstellt.
[...] Vom Generellen zum Besonderen Das dreiteilige Tutorial vermittelt dem Leser, wie man mit Hilfe der JSF-Technik elegant komponentenbasierte Webanwendungen entwickelt, diese in den J2EE-Kontext integriert und, durch strikte Trennung von Seitenbeschreibung und Layout, den Schritt hin zur HTML-freien Seite schafft." iX 4/2006, S. 136: JSF Tutorial I iX 4/2006, S. 136: JSF Tutorial I Defined tags for this entry: java, java server faces
JavaServer Faces (JSF) Tutorial Net.
Haufenweise Links zu Tutorials zum Thema Java Server Faces
JavaServer Faces (JSF) Tutorial Net. JavaServer Faces (JSF) Tutorial Net. Defined tags for this entry: java, java server faces
Saturday, March 11. 2006SchemaSpy
"Do you hate starting on a new project and having to try to figure out someone else's idea of a database? Or are you in
QA and the developers expect you to understand all the relationships in their schema? If so then this tool's for
you.
SchemaSpy is a Java-based tool that analyzes the metadata of a schema in a database and generates a visual representation of it in a browser-displayable format. It lets you click through the hierarchy of database tables via child and parent table relationships. The browsing through relationships can occur though HTML links and/or though the graphical representation of the relationships. It's also designed to help resolve the obtuse errors that a database sometimes gives related to failures due to constraints." SchemaSpy SchemaSpy Defined tags for this entry: database, Datenbanken, development, java, MySQL, Oracle, PostgreSQL, SQLite, tools
JSF-forum.de
"http://www.jsf-forum.de ist eine Community sowie ein Themenportal zu Java Server Faces (JSF).
Verantwortlich f JSF-forum.de JSF-forum.de Defined tags for this entry: java, java server faces
Wednesday, January 18. 2006WebWork: WebWork 2.2: Released and ready for Struts!
"WebWork 2.2: Released and ready for Struts!
OpenSymphony and the WebWork team are proud to announce the release of WebWork version 2.2 (download now). This release is the biggest release ever for WebWork and there are plenty of reasons why (full release notes): Full support for Java 5 Annotations and Generics Rich AJAX support using DWR and Dojo New QuickStart tool makes development easier than ever Tons more documentation with over 900 PDF pages! Client side validation using AJAX or plain JavaScript Built in support for Continuations JSR168/Portlet support for several popular Portlet servers, including Pluto Rich UI template framework with native support for JSP, FreeMarker, and Velocity Native support for Spring and Pico IOC containers More intelligent error reporting Developer Mode makes building webapps even easier with improved error reporting Simplified tag syntax Advanced data binding framework that works with any object, including domain objects This release marks an important milestone in the WebWork history: the last major release under the WebWork and OpenSymphony names. While future minor releases will continue to take place (including 2.2.x and 2.1.x releases), all major work will now fold in to the Struts Action Framework, version 2.0. You can use WebWork 2.2 as an early preview of Struts Action Framework 2.0, but you can also expect many other great improvements to be added between now and then. Thanks to the entire WebWork team for all their hard work, especially during these last few weeks as the final touches were put in place." WebWork: WebWork 2.2: Released and ready for Struts! WebWork: WebWork 2.2: Released and ready for Struts! Sunday, November 27. 2005ONJava.com: What Is Struts
"Is it conceivable that anyone in the business of building software hasn't heard of the Struts framework? From
developers that are just starting out in the business to those long in the tooth, the name "Struts" surely must ring a
bell. But if you haven't spent your development time in the Java world or haven't had the need to build web
applications, Struts might only be a buzzword that you've added to your resume. For the next five to ten minutes, you're
going to be taken on a whirlwind tour of the Struts framework. Get a drink (non-alcoholic, of course), sit back, and put
your feet up, and learn a little about one of the most popular free frameworks to ever grace the open source
community."
ONJava.com: What Is Struts ONJava.com: What Is Struts Quake 2 in Java via Webstart
"Jake2 is a Java 3D game engine. It is a port of the GPL'd Quake2 game engine from id Software. To use the Jake2 engine
you need either the data files from the original game or from the demo version that is available for download from ftp://ftp.idsoftware.com.
Jake2 uses jogl for OpenGL graphics and joal for 3D sound. Since version 0.9.4 an a lwjgl driver is included as alternative for the jogl/joal combination. Currently supported operating systems are Linux and Windows2000/XP but it should work on Mac OS X as well." - Quake 2 in Java via Webstart - was will man mehr ![]() Bytonic Software Quake 2 in Java via Webstart Sunday, October 16. 2005Understanding JavaServer Pages Model 2 architecture
"By developing a familiar Web-based shopping cart, you'll learn how to utilize the Model-View-Controller (MVC) design
pattern and truly separate presentation from content when using JavaServer Pages."
Understanding JavaServer Pages Model 2 architecture Understanding JavaServer Pages Model 2 architecture blueprints: AJAX FAQ for the Java Developer
AJAX FAQ for the Java Developer
blueprints: AJAX FAQ for the Java Developer blueprints: AJAX FAQ for the Java Developer
(Page 1 of 1, totaling 15 entries)
|
Show tagged entries.net administration advertising ajax apache beta commandline css database development firefox framework fun gmail google google earth iphone java java script java server faces linux Mac masterbootrecord MasterBootRecord.de microsoft mvc mysql news office onlinebanking oracle osx performance php pocket pc postgresql regensburg regular expressions security seo software spam tools usability vermischtes vista webdesign webdevelopment windows
Blog AdministrationQuicksearch |
Kommentare