|
|
Thursday, December 4, 2003 |
In case you haven't seen it or heard about it, Sun is promoting a Linux distribution they call the Java Desktop System. I'm not sure how Java fits in there other than the distro has the runtime. But, more power to them because they are promoting two of my favorite things.
11:03:39 PM
|
|
This is a cool idea of how to use Struts with container managed persistence. I haven't had a chance to play with it yet, but it sounds feasible. I'm thinking that you could use this for implementing a poor man's single sign-on. You could programmatically login to the other applications your user would be accessing and finally log in to the container. If authentication failed at any point in the chain, your app would send the user to the login error page.
10:27:23 PM
|
|
© Copyright 2004 Tom Pierce.
|
|
|
|
December 2003 |
Sun |
Mon |
Tue |
Wed |
Thu |
Fri |
Sat |
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
|
|
|
Nov Jan |
|
Search
|
Emacs Sources
tsql-indent.el
This is an indentation function for SQL mode. It was written with Transact SQL in mind.
user-add-sql-folding-marks
This is a simple function that adds folding-mode marks to SQL sources. It is quick and dirty, but is fairly useful for me.
remove-line-boundary-in-region
This function removes all the line boundaries in a region. This, in effect, collapses all the lines in the region onto one line.
convert-camel-to-underscore
This function converts all the text that is camel cased in a particular region to underscore separated text.
My Subscriptions
|
|
|