Tom Rader

Greenhorn
+ Follow
since Jan 23, 2010
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 Tom Rader

My calender date is set to US/Pacific Timezone but when I print

dateCalender.getTime()

it prints the exactly same date/time but timezone IST (i am from India). For Example it prints

Calender TimeZone: Pacific Standard Time
Calender : Wed Oct 09 00:00:00 IST 2013



I dont understand this behavior of Calender getTime. Please help.
10 years ago
Hello All,


I developed an application using hibernate. Now My client wants that in my application there should be a button called "Export as SQL". When user click on that particular button it should generate the insert sql statements file for the data stored in database.

Please suggest me what would be the possible way to do this.

Regards,

Tom
Hello All,

I am developing a small spring+hibernate_struts 2 application. I am using login interceptor. But my bean values are null in action class.
Here is the interceptor code



My Action Class method. The value are null here





my JSP


14 years ago
Hello All,

I am developing a small swing application. When user click on the button it should lock the screen of my windows machine.

Thanks,

Tom
14 years ago
Hello All,

I am developing a product. I want to use Struts 2.0 with hibernate. One of my friend told me that If I am using Struts 2.0 I should also use Spring!!!

Should I use spring If yes then please specify the reason also.

Regards,
Tom
14 years ago