K Davis

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

Recent posts by K Davis

Hi guys,

I'm developing a payment processing facility for a website and I was wondering if JAAS is enough security? I've never done this before so I'm a little unsure of how to go about it - does my code have to interact with the merchant account? Any advice or if yiu could point me to some relevant websites or books would be VERY much appreciated!!

Thanks in advance!
Hi

Using EJB - I'm trying to upload a pdf paper to a database. I've created a CMP bean to do this and declared a field researchPaper as type java.lang.Byte[]. The database equivalent is a medium blob. How do I map the file to the byte array and the byte array to the blob?

If anyone has any suggestions or can recommend a good website that'd be great!

Cheers.