Sunil Frank

Greenhorn
+ Follow
since Nov 16, 2008
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 Sunil Frank

I get a string like "2008-12-14T03:27:09.024-08:00" and need to convert it into a date. can some one please help me with the pattern to be used if I use SimpleDateFormat.

Thanks,
sf.
15 years ago
All, I need to extend my already deployed application functionality by adding new code. The plan is to have a shared library which can be augmented with new code which extends the application functionality.
Is there any way I can update the shared library without having to redeploy the application.
I have read about production redeploy for applications does the same hold good for shared libraries too. Or is there any other way to do this with minimal disruption to the existing running application.

Thanks,
Sunil.
15 years ago