Rajesh Rajaram

Ranch Hand
+ Follow
since Aug 20, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rajesh Rajaram

Hello,

I am using JSF and i am building a dashboard login information to see people accessing from different sites. I wanted to know is there any Java API plugin for accessing "Finding Location Using IP Address".


Thanks,

Rajesh Rajaram
Hello,

In my application I am planning to increment the current date to 6 months.

Let�s say if the user enters today's date 09/10/2008 I want to update

03/10/2009.

Is there any API to do achieve this?


Thanks,
16 years ago
Hello All,

My requirement is to build a rich text editor using JSP; I was wondering is there any open source api to achieve that.

Has anyone come across similar situation?

Any thoughts and Suggestions are highly appreciated.

Thanks,
16 years ago
Hi,

I would like to send SMS from Java standalone application, This application will send SMS only on failure or whenever an exception is raised.

Can you guys suggest me a open source sms framework that can be plugged to my app.

thanks,
16 years ago
All,

I am trying to get rid of the exploded directory of my web application. which is getting generated under.


domains/mydomain/myserver/stage/_appsdir_myapp_war

Since i am doing development work, i want to work under directory. I am not using war file to deploy.

Has anyone had similar issue. Let me know.

Thanks
16 years ago
Hi,

How is the efficiency of Tomcat 6 compared to earlier release with the application perspective.


Regards,
[ October 02, 2007: Message edited by: Rajesh Rajaram ]
17 years ago
Debu,

Any thoughts on deploying the EJB 3.0 in clustered environment?
All,


Are there any open source EJB migration tools available for migrating EJB 2.0 to 3.0.

If not can we write our own tool or way to achieve this.


Let me know if someone has overcome this situation.
Hi,

I am looking for a Java Position in pittsburgh PA area. let me know if you some knows anything.

thanks
17 years ago
Thanks Ulf, the tool i am working is Rates and Selection.Its not calling any webservice instead its sending a XML documents using XMLRequest and XMLResponse.

I have registered and i am having the Developer key and Code to access the UPS system.

They have developed in JDK 1.1 and 1.2 these versions are no longer supported by Sun.

they asking to create URLConnection and invoke HTTPS from a client java program. which where i am having problem. let me know if you have come across a similar situation.
17 years ago
What ever tools UPS suggesting are not there in the web. can you point me sample code to implement the ups tools?
17 years ago
Hello All,


Has anyone integrated UPS online tools with their website or company website.

Need some technical help on it.

Thanks
17 years ago
Guys,

Can anyone help me in enabling a custom log file in weblogic 8.1 version

something like /mydomain/nohup.out for all SOP's of Java or JSP's
17 years ago
Your Code works with my weblogic 7.0, which server your using and tell us the directory structure for further help.
[ December 15, 2006: Message edited by: Rajesh Rajaram ]
Hello Folks,

Thanks for reading my post.

I am re-designing an existing application due to the performance issues. I found there are couple of common data which is frequently used by all the users.

I am thinking of caching them while starting the weblogic server. I have following doubts.

1) Whats is the maximum size data can be stored in a JSP application object?

2) Are there any good and trusted open source frameworks ? has anyone implemented it sucessfuly.

please let me know.

Regards

Rajesh Rajaram