Pallav Bora

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

Recent posts by Pallav Bora

Hi,
We have an application that is a mix of JSP and Javascript. Some users get an error message in a "Windows Interner Explorer" pop-up box that says "Error in Remote Validation: Unknown". I am clueless as to why this can happen. How do I go about resolving it? The applicartion server is Oracle Application Server.

Thanks

-Pallav
12 years ago
JSP
Hi ,

I have the following situation regarding merging. Hope I will find an answer here.

I am using CVS (in JDeveloper and in Windows). I have a HEAD and a BRANCH. How do I merge the BRANCH in the HEAD? I don't know how many files were changed in the BRANCH.


Thanks

Pallav
Hi,

I have a requirement where I need to read a Fixed Length Fixed Position Flat file and populate database tables and read database tables and create Fixed Length Fixed Position Flat file.

Is there any patters, library, tools, industry standars etc to acomplish the above?

-Pallav
13 years ago
Thanks everybody for your responses !
13 years ago
My application is struts 1.38 application.

We have a pagination requirements. What would be a best pagination library? We would like to avoid storing huge collection in memory.

Thanks
13 years ago
Thanks Shankar !
13 years ago
Thanks Shankar Tanikella
Your response helps. However I looked in to html TLD and also the sourse code of a tag library class. I did not see any HTML version mentioned. Do you have any suggestion here?
13 years ago
Hi,

I would like to know what HTML version is supported by struts 1.3.8 ? Or does the HTML version has any dependency on the Struts Version?

13 years ago
Hi,

I have a Java code that calls a PL/SQl procedure. What are the options to depict the same in UML?

Thanks
Thanks Tim ! Your response has helped !
13 years ago
HI,

I am working in an INTRANET environment where we have a BPEL process that uses a number of web services as partnerlinks. There are also other applications that offer some services by way of webservces. If we want to know who is a consumer and who is a producer of a web service , we have to run from one developer to another. I wonder if we can use some UDDI registry to mitigate this situation. All the web services are produced and consumed within our organization.

Do you think Oracle Service Registry could be a possible UDDI registry for the above situation? Also since it is an INTRANET situation , I would like to avoid dynamic discovery and binding as I guess that would have a performance hit.

Please advise !

PB
13 years ago
Hi,

I would like to knopw the following :

1] When to use ADF and when to use JPA?
2] Percentage of industry adopting one or the other.
3] Current and future trend.
4] etc etc (Please add any other information).


-PB
Some options that come to my mind..

1] Write something to a database.
2] Put something in Application Context.

-Pallav
HI,

Can I delay the closure of Internet Explorer after I close it?

Background:

We have a application that runs both on LAn and WAN. On WAN which is slower then LAN , due to the fast closure of IE some connections in server are left in CLOSE_WAIT state as IE closes before sending the final acknoeledgement. So I am looking to find out if I can delay the closure of IE so that IE can send the final ack and the connection at the server is freed.


-PB
13 years ago
Thanks bear !! Your inputs will add weight to my argument ..
13 years ago
JSP