Showing posts with label project. Show all posts
Showing posts with label project. Show all posts

Monday, October 1

Creating / Using session : Java Web Project



// NameSpace imports

import java.util.Map;
import com.opensymphony.xwork2.ActionContext;
/* Use openSymphony .jar for above import


//Declaration of Session
private Map session;

//Create setter getter

session = ActionContext.getContext().getSession();

//Use session.put & session.get
session.put(“Id”,userID );
String userId = (String)session.get(“Id”);

Saturday, June 4

Hostel Management System

Tech:
C++
File Handling

Abstract:
Hostel Management with features like Configuring,Room Booking, Registeration e.t.c



Kaun Banega Crorepati Game Project

Tech:
C++
Graphics Enabled

Abstract:
Kaun Banega Crorepati game show with graphics.


Periodic Table Tutor

Tech:
C++
Graphics Enabled

Abstract:
View and easy to Learn Periodic Table with quiz on elements and graphical representation.


Friday, June 3

GSM Shopping Cart

Tech:
C# .Net
Web App
VS 2008
Sql Server 2005


Abstract:
Online Shopping Project for Mobile Phones/ GSM stuff.

Link: http://www.mediafire.com/?dw6yc042pps1f3c

Online Exam Project

Tech:
C# .Net
Win App
VS 2008
Sql Server 2005


Abstract:
Online Examination Project with timer feature.

Link: http://www.mediafire.com/?23j1kul8ixq45ec