Shailesh Kulkarni

Greenhorn
+ Follow
since Feb 11, 2005
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 Shailesh Kulkarni

Thanks for quick reply. Internet speed is basic problem with application end users so client wants to keep minimum size of executable. If size is above 5MB end user will not download application with very less internet speed. we have advised various options other than JAVA like VB 6.0, Adobe AIR.

Thanks once again.
16 years ago
I want to develop desktop application in Swing or web start, client's specific requirement is application's executable size should not more than 5 MB. Is it possible to develop desktop application including Java runtime enviorment within 5 MB?

Are there any other ways to develop thic client with very less footprints.

This is very urgent, please reply ASAP.
16 years ago
I have definded form bean as <form-property name="searchCriteria" type="com.commence.advancedsearch.SearchCriteriaVO[]" size="1"/>

and used indexed proprty but added searchCriteriaVOs by javascript method. I am receiving arrayindex out of bound exception when trying to save this form. In such senario how to increase size of array?
16 years ago
Hello Everyody,

I want to write Java programme by using formula

p=(C+E)r(1+r)N/(1+r)N-1

and using Newton rapson method (a(1+a)N/(1+a)N-1)- (p/c)=0
where N is raise to value.

C=Loan Amount
E=Extra Cost
R=Interest Rate
N=Number of months

This calculator first calculates the monthly payment using C+E and the original interest rate r = R/1200:

The APR (a = A/1200) is then calculated iteratively by solving the following equation using the Newton-Raphson method:

Is there any libriry in java for Newton rapson method. Or any help is same kind of work. Plz guide me ..!! Its urgent ..!!
19 years ago
Hello Everyody,

I want to write Java programme by using formula

p=(C+E)r(1+r)N/(1+r)N-1

and using Newton rapson method (a(1+a)N/(1+a)N-1)- (p/c)=0
where N is raise to value.

C=Loan Amount
E=Extra Cost
R=Interest Rate
N=Number of months

This calculator first calculates the monthly payment using C+E and the original interest rate r = R/1200:

The APR (a = A/1200) is then calculated iteratively by solving the following equation using the Newton-Raphson method:

Is there any libriry in java for Newton rapson method. Or any help is same kind of work.
19 years ago
Hi Julia,

Can u please elaborate this. I have not understood what u mean by this.

Thanks in advance.
19 years ago
I have not much idea of this type of work. so any suggestion how to implement this and any free third party tools is available to do this.
19 years ago
Hello Everybody,

I want to write scrap engine in java/struts. The main requirement is that i want to scrap site and navigate that site with my code.
e.g. Suppose i want to scrap www.rediffmail.com then if i provide proper user name and password then must be able to login to that site through my own code. IS anybody having any idea of scrapping and writing code to access another site data.
19 years ago
I want to parse report and retrieve required information from that report.
E.g. If I am getting one report from cricket site (e.g. ESPNSTAR.com) about players and there records in whole year. If I give name of one player (e.g. Riky Pointing) then through java code I must able to get all data related to that player only
19 years ago
I want to parse report and retrieve required information from that report.
E.g. If I am getting one report from cricket site (e.g. ESPNSTAR.com) about players and there records in whole year. If I give name of one player (e.g. Riky Pointing) then through java code I must able to get all data related to that player only. So i want to develop parse tool to scrap report and get required information.
19 years ago
Hello Everybody,

I want to write scrap engine in java/struts. The main requirement is that i want to scrap site and navigate that site with my code.
e.g. Suppose i want to scrap www.rediffmail.com then if i provide proper user name and password then must be able to login to that site through my own code. IS anybody having any idea of scrapping and writing code to access another site data.
19 years ago