Description: Assignment:Core Java
Guidelines:
1.Data will be stored in named as product .Product table has 5 columns pid,pname,price,status and color.
2.In client program we are fetching the results which has status as pending .
3.After getting the results we will store the results in Array list.
4.We will create client socket and connect with server socket with port no and address.
5.And now that data one by one sent to server socket ,server will give send acknowledgment signal for that data and after receiving acknowledge server status of that product will be updated in .
Steps to :
1.Import the .Check connection in ConnectJava.java file
2.Run ProductServer.Java
3.Run ProductClient.java
To Search:
File list (Check if you may need any files):
Assignment1
...........\.classpath
...........\.project
...........\.settings
...........\.........\org.eclipse.jdt.core.prefs
...........\bin
...........\...\com
...........\...\...\concerto
...........\...\...\........\ConnectJava.class
...........\...\...\........\ProductClient.class
...........\...\...\........\ProductServer.class
...........\config.properties
...........\src
...........\...\com
...........\...\...\concerto
...........\...\...\........\ConnectJava.java
...........\...\...\........\ProductClient.java
...........\...\...\........\ProductServer.java