alex achike

Greenhorn
+ Follow
since Aug 31, 2010
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
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by alex achike

Hey Guys,
I am starting a new J2EE project using JSF, Hibernate and MySQL. Within the application, I would like to implement an instant message feature that will
allow users to contact each other privately.
I humbly request some suggestions (and/or design considerations) for implementing this functionality.

Thank you in advance.
11 years ago
JSF
Hey Guys,
I am starting a new J2EE project using JSF, Hibernate and MySQL. Within the application, I would like to implement an instant message feature that will
allow users to contact each other privately.
I humbly request some suggestions (and/or design considerations) for implementing this functionality.

Thank you in advance.
11 years ago
JSF
Thanks guys. I have managed to SSH tomcat to the VPS and deployed the web app. The new challenge is getting the domain to point directly to the web app. Currently, I can run the app using domainname:8080/webapp. This is not the desired address obviously. I have come across using apache modules like mod_jk and mod_proxy but there are numerous configuration problems.

Does anyone have a simple solution?

Thanks in advance.
11 years ago
Hey Guys,
I desperately need assistance hosting a J2EE application integrated with MySQL. I have the .war file but unable to sort out the actual hosting. Initially, I considered hosting from my home PC using dyndns/no-ip and port forwarding to map my ip address. However, it appears that my ISP blocks ports 80 and 8080. I also considered getting a static ip, but the cost of a business line and lengthy contract has dissuaded me.
To cut the long story short, I am now using a VPS with Plesk contol panel. But I am clueless about hosting my app with plesk. It does say Plesk supports java but I can't seem to find how to deploy J2EE with these control panels.
Please advise me on your personal experiences and how to go about this.

Thanks.
11 years ago
Hey guys,
For a project, I am building a web application with jsps integrated with MySQL. Being a newbie, I am not very sure how the database is deployed with the war file. And how much control do I give up to my ISP should I decide to host...?(how do I go about this?)!

Thanks for reading.
12 years ago
JSP
Thank you very much Ivan. You have cleared up a few things. Just to help my imagination further, do I control the response once it comes back from the service? Put another way, do I need to generate the veiw (JSP) or does it generate it to complete the request? I hear about using apache axis (never used it before btw), will this be necessary and does it do most of the work? Thanks again!
12 years ago

Paul Clapham wrote:First step: Decide whether your requirements are to host a web service using SOAP or to connect to some other web service which uses SOAP. In other words, are you the server or the client?



My requirements are to use tools provided on a 'major' website. They have provided some generic information on how to connect to their services using SOAP & REST and I wish to take advantage of this (on my website) but clueless on where to start.
12 years ago
Hey Guys,
I have just stumbled on the need to use SOAP in my final year project involving a web application. I have intermediate knowledge of Servlets & JSPs but not sure how and if its possible to integrate SOAP in my application. Could anyone please advise me on the challenges and how to approach this aspect of my project...

Thanks.
12 years ago