<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
did'nt someone from this list by the name of dan blast someone mercilessly for a similar Off Topic question?<br><br>while we're on the subject I dont use facebook because one of the qualifying criteria is your age<br>so if youre over 40 they CAN legally d(s^r*m)n$t@..<br><br>and thus all the wonderful pics of my far flung family i wont be able to see<br><br>Thank You<br>Martin<br>______________________________________________ <br>Disclaimer and confidentiality note <br>Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. <br><br><br>&gt; From: pmuir@redhat.com<br>&gt; To: dan.j.allen@gmail.com<br>&gt; Subject: Re: [seam-dev] a modest seam-gen style upgrade<br>&gt; Date: Thu, 9 Oct 2008 19:22:48 +0200<br>&gt; CC: seam-dev@lists.jboss.org<br>&gt; <br>&gt; Well you got mine wrong. It's amazing what Facebook will tell you :p<br>&gt; <br>&gt; On 9 Oct 2008, at 08:45, Dan Allen wrote:<br>&gt; <br>&gt; &gt; Haha, you may be wondering how I figured out Gavin's birthday. It's<br>&gt; &gt; amazing what grep will tell you ;)<br>&gt; &gt;<br>&gt; &gt; -Dan<br>&gt; &gt;<br>&gt; &gt; On Thu, Oct 9, 2008 at 2:44 AM, Dan Allen &lt;dan.j.allen@gmail.com&gt;  <br>&gt; &gt; wrote:<br>&gt; &gt;&gt; Ah, yes, I forgot to send the screenshots. Here's the eye candy.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Disclaimer: The RichFaces colors don't always line up perfectly. It<br>&gt; &gt;&gt; was a bit of a game to find the right color to assign to each  <br>&gt; &gt;&gt; element.<br>&gt; &gt;&gt; Of course, it is simple enough to override the colors however you<br>&gt; &gt;&gt; choose, this is just a starting point.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; -Dan<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On Wed, Oct 8, 2008 at 11:45 PM, Gavin King &lt;gavin@hibernate.org&gt;  <br>&gt; &gt;&gt; wrote:<br>&gt; &gt;&gt;&gt; Got a screenshot?<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; On Wed, Oct 8, 2008 at 5:51 PM, Dan Allen &lt;dan.j.allen@gmail.com&gt;  <br>&gt; &gt;&gt;&gt; wrote:<br>&gt; &gt;&gt;&gt;&gt; You may have noticed by now that seam-gen has gotten a modest style<br>&gt; &gt;&gt;&gt;&gt; upgrade in the trunk. This upgrade is based on "style mods" I have<br>&gt; &gt;&gt;&gt;&gt; been maintaining while working on the source code for Seam in  <br>&gt; &gt;&gt;&gt;&gt; Action<br>&gt; &gt;&gt;&gt;&gt; (I had to dress up the screenshots for the show). Understand that  <br>&gt; &gt;&gt;&gt;&gt; this<br>&gt; &gt;&gt;&gt;&gt; is just a first step in making seam-gen applications look more<br>&gt; &gt;&gt;&gt;&gt; presentable, but nonetheless, and important first step.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Below is a list of the enhancements (perhaps something worth  <br>&gt; &gt;&gt;&gt;&gt; blogging about):<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; 1. Added a favicon of the Seam logo<br>&gt; &gt;&gt;&gt;&gt; - personally, I think this is the coolest and simplest enhancement<br>&gt; &gt;&gt;&gt;&gt; - by the way, we should consider use this favicon for<br>&gt; &gt;&gt;&gt;&gt; seamframework.org because I made it transparent<br>&gt; &gt;&gt;&gt;&gt; 2. Icons for each level of error message (warn, error, info)<br>&gt; &gt;&gt;&gt;&gt; 3. Stripped the border and background from global messages and  <br>&gt; &gt;&gt;&gt;&gt; fixed<br>&gt; &gt;&gt;&gt;&gt; the indenting to accommodate the icons<br>&gt; &gt;&gt;&gt;&gt; - the messages were still using the style from the original orange<br>&gt; &gt;&gt;&gt;&gt; theme seam-gen projects had<br>&gt; &gt;&gt;&gt;&gt; 4. Used a RichFaces XCSS resource so that the theme matches the<br>&gt; &gt;&gt;&gt;&gt; currently selected RichFaces theme<br>&gt; &gt;&gt;&gt;&gt; - I also applied some of the RichFaces gradients to form controls  <br>&gt; &gt;&gt;&gt;&gt; to<br>&gt; &gt;&gt;&gt;&gt; make the forms look better (w/ very little CSS)<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; The only downside of the new theme is that the Visual Editor in<br>&gt; &gt;&gt;&gt;&gt; JBossTools doesn't understand the XCSS file (which resides in the<br>&gt; &gt;&gt;&gt;&gt; stylesheets directory). Therefore, I left behind the old  <br>&gt; &gt;&gt;&gt;&gt; theme.css and<br>&gt; &gt;&gt;&gt;&gt; put an instruction in template.xhtml about switching to the static<br>&gt; &gt;&gt;&gt;&gt; theme.css for previews. It would be great if the Visual Editor  <br>&gt; &gt;&gt;&gt;&gt; could<br>&gt; &gt;&gt;&gt;&gt; interpret the XCSS file. This opens up so much flexibility for<br>&gt; &gt;&gt;&gt;&gt; extending the RichFaces theme.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; The commit also came with some other goodies:<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; 1. seam-gen WAR projects now have a consolidated compile target<br>&gt; &gt;&gt;&gt;&gt; 2. two new targets reexplode and redeploy, which do a clean  <br>&gt; &gt;&gt;&gt;&gt; unexplode<br>&gt; &gt;&gt;&gt;&gt; explode or clean undeploy deploy, respectively<br>&gt; &gt;&gt;&gt;&gt; 3. restart now detects if you have deployed an exploded or packaged<br>&gt; &gt;&gt;&gt;&gt; archive and restarts it appropriately (before it bombed if you  <br>&gt; &gt;&gt;&gt;&gt; had a<br>&gt; &gt;&gt;&gt;&gt; packaged archive deployed)<br>&gt; &gt;&gt;&gt;&gt; 4. EAR projects now compile groovy scripts on the classpath  <br>&gt; &gt;&gt;&gt;&gt; (deploying<br>&gt; &gt;&gt;&gt;&gt; raw .groovy files requires more research)<br>&gt; &gt;&gt;&gt;&gt; 5. Added a "head" named insertion in the template.xhtml so that you<br>&gt; &gt;&gt;&gt;&gt; can add additional markup in &lt;head&gt; on a per-page basis<br>&gt; &gt;&gt;&gt;&gt; 6. Global messages now reside in template.xhtml with a Facelets<br>&gt; &gt;&gt;&gt;&gt; parameter you can use to turn them off on a per-page basis<br>&gt; &gt;&gt;&gt;&gt; 7. Changed src/action to src/hot and src/model to src/main<br>&gt; &gt;&gt;&gt;&gt; 8. Added the view folder to the classpath for tests so that page<br>&gt; &gt;&gt;&gt;&gt; actions defined in *.page.xml are invoked during testing  <br>&gt; &gt;&gt;&gt;&gt; (previously<br>&gt; &gt;&gt;&gt;&gt; the tests only read the global pages.xml file)<br>&gt; &gt;&gt;&gt;&gt; 9. Added a javadoc task to the build<br>&gt; &gt;&gt;&gt;&gt; 10. The default username is admin and the password is blank.<br>&gt; &gt;&gt;&gt;&gt; Developers never got to see the failure login scenario out of the  <br>&gt; &gt;&gt;&gt;&gt; box<br>&gt; &gt;&gt;&gt;&gt; because we let any credentials through (obviously, with the new<br>&gt; &gt;&gt;&gt;&gt; security stuff, we don't even need the authenticator component, but<br>&gt; &gt;&gt;&gt;&gt; that is a next step perhaps)<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; All in all, what these upgrades should do is make your demos of  <br>&gt; &gt;&gt;&gt;&gt; Seam<br>&gt; &gt;&gt;&gt;&gt; look just a touch prettier and give you a few more wrenches for<br>&gt; &gt;&gt;&gt;&gt; development. There are still plenty of improvements that could be<br>&gt; &gt;&gt;&gt;&gt; made.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; -Dan<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; --<br>&gt; &gt;&gt;&gt;&gt; Dan Allen<br>&gt; &gt;&gt;&gt;&gt; Software consultant | Author of Seam in Action<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; http://mojavelinux.com<br>&gt; &gt;&gt;&gt;&gt; http://mojavelinux.com/seaminaction<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; NOTE: While I make a strong effort to keep up with my email on a  <br>&gt; &gt;&gt;&gt;&gt; daily<br>&gt; &gt;&gt;&gt;&gt; basis, personal or other work matters can sometimes keep me away<br>&gt; &gt;&gt;&gt;&gt; from my email. If you contact me, but don't hear back for more  <br>&gt; &gt;&gt;&gt;&gt; than a week,<br>&gt; &gt;&gt;&gt;&gt; it is very likely that I am excessively backlogged or the message  <br>&gt; &gt;&gt;&gt;&gt; was<br>&gt; &gt;&gt;&gt;&gt; caught in the spam filters.  Please don't hesitate to resend a  <br>&gt; &gt;&gt;&gt;&gt; message if<br>&gt; &gt;&gt;&gt;&gt; you feel that it did not reach my attention.<br>&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>&gt; &gt;&gt;&gt;&gt; seam-dev mailing list<br>&gt; &gt;&gt;&gt;&gt; seam-dev@lists.jboss.org<br>&gt; &gt;&gt;&gt;&gt; https://lists.jboss.org/mailman/listinfo/seam-dev<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; --<br>&gt; &gt;&gt;&gt; Gavin King<br>&gt; &gt;&gt;&gt; gavin.king@gmail.com<br>&gt; &gt;&gt;&gt; http://in.relation.to/Bloggers/Gavin<br>&gt; &gt;&gt;&gt; http://hibernate.org<br>&gt; &gt;&gt;&gt; http://seamframework.org<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; --<br>&gt; &gt;&gt; Dan Allen<br>&gt; &gt;&gt; Software consultant | Author of Seam in Action<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; http://mojavelinux.com<br>&gt; &gt;&gt; http://mojavelinux.com/seaminaction<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; NOTE: While I make a strong effort to keep up with my email on a  <br>&gt; &gt;&gt; daily<br>&gt; &gt;&gt; basis, personal or other work matters can sometimes keep me away<br>&gt; &gt;&gt; from my email. If you contact me, but don't hear back for more than  <br>&gt; &gt;&gt; a week,<br>&gt; &gt;&gt; it is very likely that I am excessively backlogged or the message was<br>&gt; &gt;&gt; caught in the spam filters.  Please don't hesitate to resend a  <br>&gt; &gt;&gt; message if<br>&gt; &gt;&gt; you feel that it did not reach my attention.<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; -- <br>&gt; &gt; Dan Allen<br>&gt; &gt; Software consultant | Author of Seam in Action<br>&gt; &gt;<br>&gt; &gt; http://mojavelinux.com<br>&gt; &gt; http://mojavelinux.com/seaminaction<br>&gt; &gt;<br>&gt; &gt; NOTE: While I make a strong effort to keep up with my email on a daily<br>&gt; &gt; basis, personal or other work matters can sometimes keep me away<br>&gt; &gt; from my email. If you contact me, but don't hear back for more than  <br>&gt; &gt; a week,<br>&gt; &gt; it is very likely that I am excessively backlogged or the message was<br>&gt; &gt; caught in the spam filters.  Please don't hesitate to resend a  <br>&gt; &gt; message if<br>&gt; &gt; you feel that it did not reach my attention.<br>&gt; &gt; _______________________________________________<br>&gt; &gt; seam-dev mailing list<br>&gt; &gt; seam-dev@lists.jboss.org<br>&gt; &gt; https://lists.jboss.org/mailman/listinfo/seam-dev<br>&gt; <br>&gt; _______________________________________________<br>&gt; seam-dev mailing list<br>&gt; seam-dev@lists.jboss.org<br>&gt; https://lists.jboss.org/mailman/listinfo/seam-dev<br><br /><hr />Get more out of the Web. Learn 10 hidden secrets of Windows Live. <a href='http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_getmore_092008' target='_new'>Learn Now</a></body>
</html>