Help coderanch get a
new server
by contributing to the fundraiser

scott prichard

Greenhorn
+ Follow
since Apr 06, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by scott prichard

The request goes into a servlet and the database operatiosn are by session beans.

Scott
Hello all,

I am trying out some stuff in javascript and wanted to check whether the situation where if we check the checkbox once, it should remain checked always. In other terms it needs to be persisted. Is it possible and if so can you suggest a best practice because I heard its not best practice to make database calls from UI.

Thanks
Scott
Hi there,

I have been studying lately on jsp and servlets and even have a SCJCP certification. But I feel I dont have any handson experience. So I was wondering whether there would be any online projects where I could join and get my hands dirty and get some experience. Can anybody suggest me regarding this?

Thanks
Scott
I am working on a stored procedure which selects certain records. But I have a situation where I have to append a 2 digit sequnce number for every record.
I dont think its going to be a problem if it repeats after 99, but I have to generate a 2 digit sequence number. I tried using dbms_random but it generates only one random number per call. So same number is appended all the time. Any ideas?

Scott.
Hi there,

I have a situation where I am working on weblogic 9.1. But I got to work on a project built on using weblogic 8.1. So can I use 9.1 and still do the work. I s 9.1 backward compatible.

Thanks
Scott.
18 years ago
Hey guys,

Can we upload pdf files into any database. I know we can generate but upload???Any ideas?

Thanks
Scott.
Hey guys,

How are you all doing? Lately I am using this Weblogic 9.1 at home and when I was trying a JSF application on myeclipse, I am doing okay with the application. But when I start the server I get this error like
java.lang.ClassNotFoundException: com.bea.netuix.servlets.manager.SingleFileServlet
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:222)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:195)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Truncated. see log file for complete stacktrace
>
I tried to see in weblogic jar, but I dont see any netuix in there. Any ideas?

Thanks
Scott.
18 years ago
Hey guys,

I have a question here. How could you possibly get feeds out of one database and input to other database. Why would you do that typically, I mean do anybody do this kind of things anywhere. Confusing right. I know. Okay let me keep it this way. If you have a front end application which feeds data to a database, which inturn feeds another database. So my question is why cant you feed two databases at the same time from the front end application. What is the advantage of doing it?

Thanks
Scott.
Hello guys,

I am just curious to know the typical tasks of a weblogic administartor. I mean to ask what do they have to do in particular. Why can't the regular developers do that. Why do they need Web admin's(invest so much on them)?

Thanks
Scott.
18 years ago