Show Bid Request
Simple Web App needed - messaging
Bid Request Id: 45368
|
|
|
Posted by: |
markcaz (5 ratings)
(Software buyer rating 9.4)
|
Non-action Ratio: |
Very Good - 20.00%
|
Buyer Security Verifications: |
Excellent
|
Approved on: |
Jan 26, 2003 6:12:19 PM EDT
|
Bidding Closes: |
Feb 2, 2003 3:12:08 PM EDT
|
Viewed (by coders): |
226 times
|
Deadline: |
2/6/2003
TIME EXPIRED
|
|
|
|
Description:
Hello,
I need a Java web app to run under Tomcat. This app will take a few parameters, and assemble an MMS message (multi-media message) using Nokia's free Java library.
Basically, here's what needs to happen: The web app will be passed a string such as "send.jsp?password=pass&to_user=username&from_user=username&msg=the_message&img=the_image"
password - a password
to_user - the recipient's email address to_phone - the recipient's phone number (only one of these 2 will be supplied)
from_user - the sender's email address from_phone - the sender's phone number (only one of these will be supplied)
msg - a text message. Question: Can you have spaces in a parameter?? If not I guess this could be a text file.
img - a .gif or .jpg image file name, such as "c:\tmp\moon.gif".
The web app will work as follows: 1) read a config file at startup. PASSWORD should be a parameter, as well as any other appropriate variables (ie. log file names)
2) When a request comes in, verify that the parameters are legal. Password must be correct.
3) Dump the parameters, timestamp, and ip address to a log file.
4) Store the request info in a Vector, or array or something, then return Success to the caller.
5) A thread should be running in the background which does the following: - loops forever, looking for requests. If no requests, sleep for 1 second. - Take the request info, and build an MMS message using Nokia's free "MMS Java library version 1.1", available at forum.nokia.com . (look in the Messaging section - not the Java section) - When building the message, attach the image first and the text message last. - Send the message, log this to a file, and log any results.
To test this, Nokia also provides a "MMSC EAIF Emulator", available at the same site. This is used to verify messages were sent properly.
Code must be clear and documented where appropriate. I may require help setting this up since I haven't run a web app before... but from what I hear it should be as easy as putting a .jar in the right directory and modifying Tomcat's config file. For source code package names, please use com.activetoons.mms.server
I look forward to your bid! Feel free to ask any questions.
Mark
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
Windows 2000/XP Tomcat web server
Must be 100% finished and received by buyer on:
Feb 6, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$40 (USD)
|
Jan 29, 2003 10:27:25 PM EDT
|
10
(Excellent)
|
|
|
Hello Mark,
I have 3 years Java experience, including servlets, applets and multithreading. I will write top quality, well-documented code for you. I will also provide you with instructions how to set up the application.
Answer to your question - spaces in URL are escaped like this: %20.
By the way, threads can communicate; there is usually no need for sleep timeouts.
Regards, Guntis
|
|
|
|
|
|