J2 me based file transfer and storage system architecture

7

Transcript of J2 me based file transfer and storage system architecture

Project architecture represents no of components

we are using as part of our project .

The architecture describes about the flow of the

request processing in the project.

Describes about the communication of the

components.

Generally in 3-Tier Architecture

1.Client(Mobile)

2.Server (GlassFishV3.0)

3.Back end Database(MySql).

So it explain like Requests will be taken from the Client and

it will be process in GlassFishV3.0 server the server will

contact the database and process the request.

The request will be get back to the service method and in

turn it will send to the client nothing but mobile.

SERVER DATABASE

J2ME J2EE

User

Sends Request

Authenticates and sends result

VerifiesProvides Requested data

Requests for upload and Downloading of files.

Requests for upload and Downloading of files.

DATABASE

Provides Response

• Contains all the data related to users files .

• It takes the request from the user and gives the desired data required from the database.

User

SERVER

Provides response

Stores Data(files)

Thank You