Google Maps and Seam- June 25, 2008 Over on Thinking in Seam, I've been running a series on working with Google Maps using Seam and I thought it would be an idea to put the links to the series in order on here. First part of the process is to add a tag onto the map using the GMap tag from the RichFaces tag library. This processed is described on Markers in Google Maps. Secondly, a little note on UK postcodes with Google Maps (in that, due to licensing issues, they do not work). Next up is how to populate your...http://in.relation.to/Bloggers/GoogleMapsAndSeam Seam and RESTeasy- June 19, 2008 There has been a post or two on this in both the seam forums, and the RESTeasy mail list so I thought I would share my opinion as to where Seam and RESTeasy can be used together. I have been thinking about this since talking with Bill Burke about seamRESTeasy at his REST JUG talk. For those who are not familiar RESTeasy is an implementation of the JAX-RS specification that Bill Burke is working on. See RESTeast project page for more info. Where some people get confused about how...http://in.relation.to/Bloggers/SeamAndRESTeasy Javassist now provides data-flow analysis API- June 18, 2008 Out of need, I recently contributed a data-flow analysis framework to javassist. The framework allows an application to determine, by inference, the type-state of the local variable table and stack frame at the start of every bytecode instruction. For those unfamiliar with the java bytecode format, a lot of information is lost once a java program is compiled, since it is not really needed when the program is executed, and leaving it out helps keep class files small. To illustrate this...http://in.relation.to/Bloggers/JavassistNowProvidesDataflowAnalysisAPI Seam 2.0.3.CR1- June 13, 2008 We've released Seam 2.0.3.CR1. This is a relatively small release focussed on fixing up a few small issues with Seam 2.0, making our stable Seam 2.0 branch even better. The most significant change is an upgrade of Facelets for better JBoss 5 compatibility, but there are a handful of other changes that existing Seam users should look over. Please give the release a spin and give us feedback if you run into any issues. Links: Download Docshttp://in.relation.to/Bloggers/Seam203CR1 Rotterdam JBug and Hibernate's import.sql- June 9, 2008 The Rotterdam JBug is happening June 20th and import.sql is a pretty neat feature for unit testing. Two unrelated infos in one entry today, let's call it macroblogging! Rotterdam JBug on June 20th The Benelux JBoss User Group is organizing an event on Friday June 20th 2008. There will be plenty of presentations: JBoss Portal - Julien Viet and Thomas Heute - JBoss Hibernate Search - Emmanuel Bernard - JBoss Woman in IT - (special guest presentation) Clara Ko and Linda van der..http://in.relation.to/Bloggers/RotterdamJBugAndHibernatesImportsql Rich Faces 3.2.1 released- June 5, 2008 This release introduced next new features and improvements: Plug'n'Skin feature introducedhttp://in.relation.to/Bloggers/RichFaces321Released JBoss Tools 2.1.0.GA is here!- June 2, 2008 Today we are releasing JBoss Tools 2.1.0.GA. Download What's'New Documentation Forums JIRA About JBoss Tools JBoss Tools is a set of plugins that enhances and adds support in Eclipse for JBoss.org projects and related technologies such as JBoss AS, Hibernate, JPA, Seam, jBPM, JSF and more. News Version 2.1 has over 350 fixes, improvements and new features which include faster startup, faster Visual Page Editor, Find referencesdeclarations for Seam EL, flexible project...http://in.relation.to/Bloggers/JBossTools210GAIsHere |