Category: JBoss
-
Web Services and Seam
Let’s say you have a Seam application, and you need to create some web services that tie in to it, or you are building a web service and you would like to take advantage of the Seam component model, lifecycle management, etc… How do you expose Seam functionality through web services? Let’s dive into it:
-
10MinuteMail.com hit digg.com’s front page last night
It’s filtered down a few pages off the front, but hey, front page of digg.com! Wow! Totally grassroots in about 4 hours. Now it’s on all kinds of little blogs and tech forums and other odd places. Over 100k hits in the last 18 hours. It performs very well. There’s very little cpu hit at…
-
Index page issues when putting JBoss behind Apache
So, if you’re using Seam, you usually have xhtml files which represent the pages, and then the Seam servlet takes care of rendering them. When I setup my latest project, I changed the web.xml to switch from using page.seam to page.html, to mask the back-end technology. When I did this, I also deleted the seemly…
-
My first Seam Application – 10MinuteMail
My first web application built using Seam is now live. It is called 10MinuteMail and you can see it at www.10MinuteMail.com. It gives you a temporary e-mail address, and lets you receive and reply to e-mail sent to that address. The e-mail address expires in 10 minutes (or more, you can extend it as you…
-
Seam example project structure
For me, one of the hardest things about getting started with developing with Seam was getting a project setup that I could work with. The examples that ship with Seam only build within the whole Seam super-project, which doesn’t work for developing your own projects. Most of the other guides on setting up a project…
-
JBoss Seam
JBoss has recently released version 1.1 beta of the Seam product. As JBoss puts it, Seam is: JBoss Seam is a powerful new application framework to build next generation Web 2.0 applications by unifying and integrating popular service oriented architecture (SOA) technologies like Asynchronous JavaScript and XML(AJAX), Java Server Faces(JSF), Enterprise Java Beans(EJB3), Java Portlets…