Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

[09:34:43 CST(-0600)] <EricDalquist> http://projectlombok.org
[09:34:51 CST(-0600)] <EricDalquist> looks like an AMAZING use of annotations ...
[10:06:26 CST(-0600)] <rickard> I'm working on adding some stuff to the helpdesk and CMDB software at work (from Computer Associates). Just took a look at the database. It has 2865 tables, 1388 views and 266 triggers.
[10:06:46 CST(-0600)] <EricDalquist> wow
[10:06:47 CST(-0600)] <rickard> Someone loves to normalize their data.
[10:06:51 CST(-0600)] <EricDalquist> (smile)
[10:07:11 CST(-0600)] <holdorph> 2865 tables. wow.
[10:07:50 CST(-0600)] <rickard> And they're all wonderfully named. For example ai_hwdef_login_lscandate_rel
[10:08:20 CST(-0600)] <holdorph> well it gets hard to name that many tables after a while, i imagine
[10:08:50 CST(-0600)] <rickard> I guess (smile)
[10:09:52 CST(-0600)] <rickard> Or it could be a plot to force us to bring in a consultant.
[10:54:22 CST(-0600)] <awills> update on header/footer content from fragments: fragment-admin-exit does what we want to to do if it's put in a <header> area with hidden="Y" in each frag-layout
[10:55:21 CST(-0600)] <awills> hidden=Y is meaningless when the channel is conjured in place with <xsl:copyof select="//channel[@fname=...]">
[11:00:07 CST(-0600)] <awills> (but hidden folders aren't copied over by DLM... forgot that part)
[11:00:49 CST(-0600)] <EricDalquist> is that in the structure or the theme?
[11:01:14 CST(-0600)] <EricDalquist> the big thing to check is the output of the structure transform
[11:01:36 CST(-0600)] <EricDalquist> and remember that every <channel> entry in that output results in the initiation of an async rendering thread
[11:01:40 CST(-0600)] <awills> it's getUserLayoutDOM()... well before any transform
[11:01:57 CST(-0600)] <EricDalquist> I was refering to <xsl:copyof select="//channel[@fname=...]">
[11:02:09 CST(-0600)] <awills> that's in the theme
[11:02:21 CST(-0600)] <awills> bb soon

  • No labels