Bill Findeisen

Greenhorn
+ Follow
since Apr 21, 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 Bill Findeisen

This board has been a great resource in helping me pass the URLyBird SCJD assignment

Scored 383/400.

General Con: 100 90
Documentation: 70 70
OOD: 30 30
GUI: 40 32
Locking: 80 80
Data Store: 40 40
Network Server: 40 40
Total: 400 382

Basically I tried to do only what was asked. I also spent a lot of time testing and tweaking my locking mechanism until I felt confident there was no way to break it.

Good luck everyone!
15 years ago
Thanks for your reply. I agree with you about the security concerns. The reason I brought this up was I ran across a self signed applet that somehow defaulted the always allow to checked (you still had to initially select allow or deny). I couldnt figure out how they did this.

We are about to deploy this to 500+ customers and trying to communcate this to users can sometimes be hard.

Again thanks!
17 years ago
I have a self signed applet and was curious if it possible to default the Always Trust Checkbox to checked on the Applet Security warning screen for the user.

Thanks in advance!
17 years ago
Well doing some research on these suggestions I feel a full blown dao design pattern might be a bit much for this project. I am thinking of using a data mapper interface that will sit between my class and the rdb. Let me know your thoughts on this approach. Again thanks!
18 years ago
Great responses so far! This is exactly the type of information I was having trouble finding on my own. I'm currently in a situation at work where I am trying to sell Java as a viable option. I've been given a small project and need to impress my boss as much as possible. She has no experience with any oo language so I need to make a good impression
18 years ago
I am looking for suggestions for the proper method to separate database details from my classes. I am struggling with the proper class design to minimize problems should at some point my connection details or database tables change. Thanks in advance.
18 years ago
Just passed with 85%

Here's how I did it:

About 6 months of experience with java at work

Read Kahlid Mughal's book cover to cover and answered all questions (about a month's time). In my opinion this book is great, maybe a little bit of overkill as far as the test goes but you'll be better java programmer when your done. His tests are probably a bit harder than the actual.

Last but not least, this forum
18 years ago