... Thanks for the FYI, Eric. DR ============================================================================== Please access the attached hyperlink for an...
... I'm not a huge fan of this technique, as it falls into the "security through obscurity" category (as does Chris' "sshd listening on alternate port"...
I just first read about this too. Looks interesting. DR ... ============================================================================== Please access the...
... I agree 100%, and that is one of the reasons why I haven't used JavaDoc (as a consumer) on a regular basis for years. "Cookbook" articles or tutorials...
I believe sometime ago someone was looking for a web host that supported Ruby on Rails. Just today I received an email from DreamHost stating that they now...
I may be going down the path of writing code using Java 1.5. Does anyone have a good reference for just the new stuff I need to be aware of? -- Curtis Cooley ...
Some more hihg-profile people are starting to question the Java parametrized types implementation. From http://bewarethepenguin.blog-city.com/ "My thoughts on...
... Wow - Ken's log is pretty damning stuff, especially coming from someone who's had a very deep look at generics. Interesting comments too. A lot of them...
... From the little I've observed and read about the JSR expert groups, individual developers have virtually no voice unless they already have some kind of...
... A fair enough criticism of the JSR. But that said, it does sound like individual devs with "notoriety in the subject matter" didn't raise as much of a...
... No, you don't deserve what you got if you didn't post your objections to this or that JSR committee. JSR 14 was a remarkably open JSR, as JSRs go, but...
... Sure, they did a lot of things remarkably well. And they have had a decent record of correcting some of the most glaring things that they got wrong. I, for...
... It's not a good idea to fall out of love if you have no choice but to live together. ;-} Java is maybe still the best language somebody will pay you to...
running ssh on a different port seems to be a pretty common technique. I know several people who are pretty accomplished with computer security that do that....
Eric, I echo those sentiments exactly. If Java becomes the new C++ it is doomed to become a niche! Mica ...I have enjoyed working in Java for close to 8 years...
... Gee, Eric, read the JavaDoc. ;-} It scans strings or Readable (CharBuffer or Reader) for typed tokens. It has one-token lookahead plus regex scan-ahead....
Since I know that some people on this list also write their own JSP Taglibs, I thought I'd post this question: When generating HTML through a custom tag, how...
... Here is what the Struts and Jakarta taglibs do, and I think it is the best option I've seen so far: Define an attribute of each custom tag that needs style...
Thanks all for the info. I tried Google as well but wanted to see if anyone had references they prefered over others. I found the book Tiger Developer Notebook...