Devon Hillard’s Digital Sanctuary
-
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…
-
PGP E-mail Encryption conceptual issue
I have a number of thoughts in mind, which will likely turn into posts, and they are all leading up to a bigger unified thought. This is one of them. PGP / GPG email encryption is a good thing. It’s a pretty secure system, and the public registries of public keys makes it easy to…
-
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…
-
Tag URI
A friend of mine created a RFC for uniquely identifying an entity. The Tag URI scheme uses a tagging entity, to identify the tagger, this is usually a domain or e-mail address owned by the tagger. Then it uses a date to identify the unique owner of the tagging entity. It basically allows you to…
-
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…
Got any book recommendations?