Lorus Ghut

Greenhorn
+ Follow
since Jul 31, 2002
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 Lorus Ghut

Thankse for your reply!
However that solution is a bit to simplistic in this case.
I was hoping to get a tip of a nice simple open source application for
creating and managing polls(voting) on a java based web application.

Lorus
19 years ago
Does anyone know of a open source poll application which can be added to a standard java webapp.
Prefarably based on Struts.
19 years ago
Hi!
Thanks for informative answere!!
Looks like the companies that you mentioned provide what I am looking for.
However I still am interested in more viewpoints about the topic, are there other similare companies out there providing the same services?
19 years ago
Hi,
I am thinking of developing a sms service on my java web site. I.e. people should be able to send a sms to my app. and the app will reply with some info. However I do not have any experince with this.
Therefore I was hoping to get some help. If anyone have some experiences, I would be very happy to hear from you.
ok, here are my concers/issues:
1. What kinds of API exists for this
2. What sort of server software etc do I need to set up to be able to recieve sms messages in my java program.
3. What kind of contracts do I need to sign with my mobil compnay (I want to recieve messages from customers, these messages should have a associated cost...)
4. does anyone have experience about how long time I should estimate for setting up a service like this?
Any good links with howto's etc?
Lorus
19 years ago
Hi,
I am thinking of developing a sms service on my java web site. I.e. people should be able to send a sms to my app. and the app will reply with some info. However I do not have any experince with this.
Therefore I was hoping to get some help. If anyone have some experiences, I would be very happy to hear from you.
ok, here are my concers/issues:
1. What kinds of API exists for this
2. What sort of server software etc do I need to set up to be able to recieve sms messages in my java program.
3. What kind of contracts do I need to sign with my mobil compnay (I want to recieve messages from customers, these messages should have a associated cost...)
4. does anyone have experience about how long time I should estimate for setting up a service like this?
Any good links with howto's etc?
Lorus
19 years ago
Hi
I am having some difficulties with getting the correct character set for my web application. I want to use utf-8, as I want to display norwegian special characters. However this does not always work. I hav got it to work with my "normal" jsp - and action servlets, by using :

But when I am working with fileuploads, using html-forms with
ENCTYPE="multipart/form-data", I am having big trouble, my special characters gets very strange and I can not work with them anymore.
Does anyone have any ideas on this?
20 years ago
great thanks!!!
20 years ago
I use MySQL on my windows machine with a Tomcat on a java web application.
My problem is that I can access the database without specifying any username or password, even though I have set up root user with password.
Anyone knows how I can change this?
I have also created a user with restricted right on the database which I use in my application, which works fine, but I feel it is unsecure because I noticed that if I doesnt specify a username and password I can still get access.
Anyone knows?!
[ November 20, 2003: Message edited by: Lorus Ghut ]
20 years ago
Sorry I did not find any solution, now I have moved over to some other projects for a period, but will fore sure come back to it later. So if You find any solution, please post!!
Thanks I appreciate your replies!
21 years ago
I am about to set up a web page for a "medium" company. I don't know if I shuld set up tomcat or tomcat + appache to run my web application. My web application consist of a mixture of static html pages and servlets and jsp's.
How good is the tomcat alone to handle http mutiple requests, vs an tomcat appache installation??
I guess that the site will have about 3000 request every day.
21 years ago
Does anyone have a simple example on how to set up log4j with chainsaw?
I can not get this to work for my application, can anyone give me a beginner description on how this should work?
I am building a web application, and I am using JDBC to work with a database.
I wonder how JDBC handles concurrent updates etc. to a database.
Could anoywone briefly describe this to me?
I have a somewhat simular simular question.
I am devloping a "small" web application, based on jsp, servlets, and a mySql database and my concerns is how to implement this application so that it will handle multiple users with good performance. My page is requested at about 3000 times a day, will I need to use a connection pool?, I develop a thread safe application i.e all users(incomming requests) will instantiate their own controller classes which connect to the database.
21 years ago