Posts tagged as:
jaxb
Daily del.icio.us for Jul 29, 2007 through Jul 30, 2007
- 10 things I learned about using Hibernate/JPA successfully by SpencerUresk - I decided to share a few things I learned about using Hibernate/JPA in a large project with a complicated database setup
- OpenJPA no longer requires bytecode processing - Historically, OpenJPA required that you either run a post-compilation tool or run your application with a javaagent. The latest build of OpenJPA removes this restriction by providing various levels of support for unenhanced classes.
- Google Docs vs. the Hassle of Microsoft Office and Friends (by Jeremy Zawodny) - I'm simply not going to bother with the hassle, trouble, expense, and complexity of desktop applications when an online substitute will do the job anymore. Life's too short already.
- Java EE 5 Blueprints (JPA) - The Java BluePrints projects presents guidelines and examples for designing enterprise quality applications and web services using Java technologies. Topics Ajax-enabled Web 2.0 applications, Persistence, JavaServer Faces, SOA with BPEL, and WS-Security.
- Agile Ajax: 36 GWT Tutorials - While the excellent GWT in Action was released last month, there are lots of people that want to get their feet wet before plunking down $50 for a book. To that end, I've pulled together all of the GWT tutorials I'm aware of.
- Javablog » Tips for writing FaceBook applications in Java - So you want to write a FaceBook application using Java? Here are some tips to help get you started
- How to build a breadcrumb with Spring Webflow 1.0.4 - In this tutorial we explain how to create a simple breadcrumb with the new Spring Webflow framework, arrived at 1.0.4 version, released the 26 June 2007.
- Gorilla Codes » Blog Archive » 3 Useful CSS background-image Tricks - The background-image and its related properties exemplify this school of thought, enabling many techniques that extend the boundaries of what is possible with the browser technology of today.
- Interview with James Ward: Flex from a Java Perspective - O'Reilly ONJava Blog - I recently had a chance to talk to James Ward about Adobe Flex. I started out by asking him about Cairngorm The Cairngorm Microarchitecture is a lightweight yet prescriptive framework for rich Internet application (RIA) development.
- Flex Friday Feature - Datagrid Component - The datagrid component is one of the most versatile and used UIComponents in the flex environment. After this tutorial you should have a good grasp on how to use the datagrid component and what can be done with it.
- Java Web Services, Part 3: Axis2 Data Binding - This article shows you how to use these different data bindings with Axis2 and explains why you might prefer one over the others for your application.
Related posts
Daily del.icio.us for Jul 14, 2007 through Jul 15, 2007
- InfoQ: Spring Web Flow with Keith Donald - Keith Donald goes in depth on Spring Web Flow, which solves the problem of orchestrating control navigations within a web application in Spring MVC, Struts, and JSF. Keith talks about how to design workflows in web apps and technical details
- Bill Roth's Blog: ** Workshop 10.1 Available: Workshop and Studio Merged! ** - I am pleased to announce that the code lines BEA Workshop and Workshop Studio have been merged. The result is BEA Workshop 10.1, now available for download
- Grepping your web logs - I?m Mike - With the help of a few common unix filters, you can quickly gauge how things are going on your site. These commands work with Apache, or Apache compatible log files, and can probably be tweaked to work with other log file formats pretty easily.
- Enterprise Java Community: Binding XML to Java - Manipulating XML data easily and efficiently in Java remains an important problem. Numerous approaches to XML binding exist in the industry, including DOM, JAXB, XML Beans, Castor, SDO and so on
- 23 Programming Languages compared through their Amazon book sales - The Amazon sales rank allows us to compare the success of books representative of each language, and indirectly compare the popularity of the languages themselves.
Related posts
Daily del.icio.us for Mar 21, 2007 through Mar 27, 2007
- Enunciate Your Web Service API - From your source code, Enunciate will build a fully-documented, interoperable web application in the form of a web application archive (war file). A consolidated, annotated XML contract is generated at compile-time. Each service class is published as a SO
- Uni-Form - One Form to Rule Them All - Uni-Form is an attempt to standardize form markup (xhtml) and css, "modularize" it, so even people with only basic knowledge of these technologies can get nice looking, well structured, highly customizable, semantic, accessible and usable forms.
- sq1-struts2 - Google Code - 'Apache Struts 2 from Square One' is a training course designed for people who want to create Java web applications, not just quickly, but correctly. Training sessions include a technology primer and a coding exercise. This Project hosts materials used by
- Scand Unveils dhtmlxCombo, Ajax Combobox with Autocomplete - Scand LLC announced the release of new Ajax-based UI component dhtmlxCombo v1.0. It's a JavaScript combobox control which provides suggestion search and automatic completion functionality to web-based applications
- Ultimate htaccess Examples | evolt.org - Here's my list of the ultimate htaccess code snippets and examples that I use all the time.
- Dr. Dobb's | Adobe Woos Web Developers With Apollo Alpha | March 19, 2007 - Apollo is something of an anti-AJAX: It brings elements of online interaction to a desktop client application. Like Flash, Apollo includes a free runtime that users will need to download to their PCs. Using Adobe's free Apollo development kit, programmers
Related posts
Daily del.icio.us for Feb 27, 2007
- Discover the magic world of software development: GWT-Spring Integration Demistified - The purpose of this blog entry is to explain as simple as possible how GWT and Spring can be brought together and make the the most of your entreprise application.
- TagCrowd - TagCrowd is a web application for visualizing word frequencies in any user-supplied text by creating what is popularly known as a tag cloud.
- Granite Data Services Overview - Confluence - Granite Data Services aims to be a free, open source alternative to Adobe Flex 2 Data Services for J2EE application servers
- JavaScript Crossword Puzzle - Gang Of Four (GOF) Software Design Patterns Crossword This crossword tests your knowledge of software design patterns.
- RESTEasy - The Site - RESTEasy is a REST framework for Java to create RESTful web services from POJOs, EJB3 Session Beans, Message Driven Beans
- Enterprise Java Community: Google Web Toolkit Solutions: Cool & Useful Stuff - This Short Cut explores cool stuff you can do with the GWT using two applications: an address book and a Yahoo! trip viewer.
- Tutorial on Flex using freeware - If you just want to know how to compile mxml file to swf file using the SDK then this tutorial is for you
- Hello World: Why I don't get Adobe Flex - Why would an architect choose to rely on a proprietary runtime, available only from a single vendor to do stuff that can be done just as easily with standard XHTML, CSS and JavaScript?
Related posts
XML Beans: The Best of Both Worlds
BEA's dev2dev site has an article titled XML Beans: The Best of Both Worlds on their cover page. XMLBeans is a pretty interesting technology from BEA that provides easy navigation of XML data using cursors or XQuery statements. In addition, Java classes representing the XML document is automatically generated based on the XML Schema provided. These generated Java classes enable easy read/write access to XML information and enforce XML Schema constraints. Pretty neat idea and it's fast. And the support for XML Schema is pretty nice.
This brings up an issue as Sun has been pushing JAXB as the standard API/tool that automates the mapping between XML documents and Java objects. Will these 2 products directly compete or will BEA support JAXB completely in their product line? BEA has typically had a really good record of supporting and leading the charge on creation of new standards via. the JCP. Hitesh Seth, the author talks about it in his article and I second his hope that these initiatives converge at some point. ok.. Now back to Hibernate
Related posts