03.22.07
testing phase part 1
we deployed the application in toni’s phone already just to see if the accomplished features are working properly. and so far they worked!!!
the phone can now access a remote server (which is in toni’s laptop).
one problem in displaying is the appointments since they are quite long. in the emulator, it displayed properly however, in the phone, they were cut at the end of the string.
blog by celene navarro and toni trino
Long Road…
we are nearing the end of the semester. hopefully we would be able to finish the project with acceptable results.
Konti na lang talga kulang. hopefully, we could test some of the project features on the application deployed in toni’s mobile phone by today. Nagloloko kasi yung server kahapon. Anyway! We’re still keeping a positive outlook dahil we know we can do it.
Anyway, implementation details are as follows:
Only a few servlets remain to be finalized. Everything that has be done can communicate using SOAP and successfully supply the changes and requested data by the mobile client. One of the major issues right now is testing the audio part of the consultation since the emulator cannot perform the code successfully. However, when we last deployed it in toni’s phone, it worked! Choi is stil continuing modification of this part with regards to “slimming down” what the player can recognize. Right now, it recognizes various types of files in toni’s phone. These files include audio and video files. Tweaking is necessary. What is challenging here is we can only test if the audio part operates properly (can record and send data to the database) only when the server is up and running.
Malapit na ang finish line. sana we get there before it’s too late.
double time na!
- blog by celene navarro, toni trino and dennis paguio
03.12.07
jws tutorial
http://javaboutique.internet.com/tutorials/Axis/index.html
dito mo na lang check toni
celene navarro
web services
go to this link for jws tutorials
http://javaboutique.internet.com/tutorials/Axis/index.html
the server ip address set for our application once hosted by jrdc is 121.97.188.109
port 9000 shall be used for all transactions, so modifications in our application should be set to this port
celene navarro and toni trino
03.09.07
Web Service: Server side
I studied the following sites for the server side code and mechanisms. These examples are really helping me understand how to use Axis.
http://javaboutique.internet.com/tutorials/Axis2/
http://javaboutique.internet.com/tutorials/Axis/axis3.html
Tuloy tuloy na sana…
celene navarro
03.07.07
audio recording and playback on N70
the netbeans j2me wireless toolkit 2.2 emulator only supports pcm encoding and my mobile phone for testing is a sony ericsson k750i…
but my mobile phone returns a “javax.microedition.media.MediaException: Cannot create a DataSource for: null” after trying to create a player with:
Player p = Manager.createPlayer(“capture://audio”);
or Player p = Manager.createPlayer(“capture://audio?encoding=pcm&rate=8000&bits=8&Channels=1″);
or Player p = Manager.createPlayer(“capture://audio?encoding=pcm);
or Player p = Manager.createPlayer(“capture://audio?encoding=amr);
———————————————————————-
but after installing the application on a nokia n70 phone (my groupmate’s) , the
Player p = Manager.createPlayer(“capture://audio”);
and
new PlayerThread(new ByteArrayInputStream(byteArray), “audio/x-wav” ).start();
worked fine.
so for now we will use the pcm encoding but amr encoding will be tested too.
i still don;t know why it doesn’t work with my phone.
-dennis paguio
March 7, 2007
right now, we have accomplished running the mobile client code using wsdl and soap messages, which accesses the web service online.
The challenge now is figuring out what modifications to our current serverside code must be made in order to communicate with the new webservice client.
celene navarro
firewall problem
we managed to run the sample program successfully..the problem before has something to do with firewalls…
now..we are currently looking and studying webserver side codes..
toni trino
02.28.07
wsdl
link sa wsdl..
http://www.softwaremaker.net/webservices/swm/Convertor/Convertor.asmx?wsdl
02.26.07
progress
we tried to fix the error with regards to the web services problem that we have on a simple project that we did in netbeans. unfortunately, we still couldn’t make it work.
we searched the net for some notes or help. luckily, we found a demo by mr. lukas hasik in his blog..
http://blogs.sun.com/lukas/entry/difference_between_wireless_connection_bridge
hopefully we could find a sample application that he used in his demo and use it as a basis for our project
celene navarro and toni trino