by Vinny Carpenter on July 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.
Tags:
ajax,
article,
axis2,
BEA,
blueprints,
Cairngorm,
css,
database,
datagrid,
design,
development,
email,
excel,
facebook,
flash,
flex,
flex2,
google,
gwt,
hibernate,
internet,
interview,
J2EE,
java,
javaee,
jaxb,
jpa,
kodo,
office,
openjpa,
persistence,
programming,
spring,
tips,
tutorial,
tutorials,
web,
Web2.0,
webdesign,
webflow,
webservices
Related posts
by Vinny Carpenter on July 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.
Tags:
admin,
amazon,
apache,
books,
castor,
development,
eclipse,
grep,
java,
jaxb,
languages,
Linux,
log,
programming,
sales,
sdo,
spring,
SpringFramework,
utilities,
webflow,
WebLogic,
workshop,
xml,
xmlbeans
Related posts
by Vinny Carpenter on March 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
Tags:
adobe,
ajax,
apache,
Apollo,
autocomplete,
combobox,
css,
developer,
development,
flex,
forms,
htaccess,
html,
J2EE,
java,
jax-ws,
jaxb,
json,
reference,
rest,
soap,
struts2,
tutorial,
Web2.0,
webdesign,
webdev,
webservices,
xhtml
Related posts
by Vinny Carpenter on February 27, 2007
Tags:
adobe,
ajax,
css,
design+patterns,
development,
fds,
flash,
flex,
flex2,
framework,
gof,
gwt,
J2EE,
java,
javascript,
jaxb,
opensource,
rest,
spring,
tagcloud,
tagging,
tutorial,
visualization,
web,
Web2.0,
webservices,
xhtml,
yahoo
Related posts
by Vinny Carpenter on July 1, 2003
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 
Tags:
BEA,
hibernate,
jaxb,
WebLogic,
xml,
xmlbeans,
xml_schema,
xquery
Related posts