Mani Iyer

Greenhorn
+ Follow
since Feb 16, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mani Iyer

So in simple words, the internal data structures of the collections are deep-copied but the contents of the internal data structures are reference-copied. Is that right?

mani
16 years ago
Hello Amal:

In the jdbc driver's jar file, if that is what you want to know. For example for mysql it will be mysql-connector-java-xxxxxx.jar file.
This jar file is in your classpath.

HTH.
mani
16 years ago
Why are the creators of Intellij IDEA not paying much attention to Accessibility? I am a legally blind software engineer and I use the Windows High Contrast appearance for all my work. Why cant the IDE's simply ask whether to use the Windows default and change colors accordingly? I have to end up changing a zillion background/foreground colors to black/white and yet it is not complete - there are still parts like for example the plugins, hanging off the side, that I cannot see.
Believe me, Intellij IDEA is a great IDE but there are still these accessibiloity issues that annoy me.
Is it for real or is it another hype like a lot of earlier 'promising' software development methodologies?
In JSF/Facelets how do I implement multiple headers, some with colspans of more than one? I am trying to do something like:

+-------------------------------------------------
Header1 | Header 2 | Header 3
+-------------------------------------------------
| Subhdr 1| subhdr 2|Subhdr 3 |Subhdr 4

Thanks.
17 years ago
JSF