Hello,
I've got a problem. I've got a Web Application with servlets. I would like these servlets to take and store attributes and values somewhere. I mean, I've got a connection to SAP, I read the data and display page. When I click actualise, the connection is made again but when I go to other page and the back I would like to read from somewhere data and display it without connection to SAP.
I was thinking about:
1. File - but it is slow and could be big.
2. Database - it is slow, because it requires a lot of reading and writing to db
3. EJB - it requires additional software (I have to use iPlanet WebServer)
Is there another solution?
Best regards
Tomasz Wrona
I've got a problem. I've got a Web Application with servlets. I would like these servlets to take and store attributes and values somewhere. I mean, I've got a connection to SAP, I read the data and display page. When I click actualise, the connection is made again but when I go to other page and the back I would like to read from somewhere data and display it without connection to SAP.
I was thinking about:
1. File - but it is slow and could be big.
2. Database - it is slow, because it requires a lot of reading and writing to db
3. EJB - it requires additional software (I have to use iPlanet WebServer)
Is there another solution?
Best regards
Tomasz Wrona