J2ME Shoping Cart Website for Mobile Devices
J2ME Shoping Website: Using xHTML and Servlets ------------------------------------------------------------------------------------ Description: The shoping website implemented shoping cart with Session and Database MS Access User first logins to shoping website then browser product catagories and add different prodcuts to cart and then checkouts. Some weaknesses like no search implemented yet and another defficiency is Quantity is not handled while Ordering. But hope that will uncover all weaknesses in future with your valuable suggestion Development Platforms: i. Tomcat 5.0 ii. Nokia Mobile Toolkit 4.1 iii. Borland JBuilder X iv. Microsoft Access 2000 ==================================================================================== Steps for TOMCAT 5.0 1. SET CATALINA_HOME "iNSTALL_DIR\TOMCAT 5.0" 2. SET JAVA_HOME "Installed_dir\jdk_ver" [G:\Program Files\Java\jdk1.5.0_06] 3. SET PATH "Installed_dir\jdk_ver\BIN" [G:\Program Files\Java\jdk1.5.0_06\bin] "iNSTALL_DIR\TOMCAT 5.0\BIN" [G:\Tomcat 5.0\bin] 4. Servlet API Class Path This is the class path for running the servlets which is in the tomcat CLASSPATH: C:\Tomcat 5.0\common\lib\servlet-api.jar ===================================================================================== Steps for Setting up DSN 1. Goto Run and type odbcad32 2. Click Add and Select Microsoft Access Driver [.mdb] User Name and Password of Database is username="admin" , Password="admin" 3. After Clicking Finish Button, Select ShopingCart.mdb and Name your DSN to "shop" 4. Click the OK Button. ===================================================================================== Steps for Setting up the Application Runing Note::Copy Class Files and XML file from \ShopingCart\WebModule1\WEB-INF and Paste it to "Tomcat 5.0\webapps\ROOT\WEB-INF" 1. Startup the Tomcat i. Either type startup in Run. ii.%installdir%Tomcat 5.0/bin/startup.bat fireup the startup.bat file 2. Start the Nokia WAP Gateway Simulator 4.0 3. Start Nokia Mobile Browser Simulator Just Browser the Page: http://localhost:8080/customerlogin 4. Enter UserName=ali, Password=ali
Resumen de IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload