Justin, By what you said, you definitely described a HTTP based application.
Everything you need can be used using simple JSP stuff. Of course you could do it in many other ways, but I would professionally advise you to seriously consider HTTP. Hope I helped a bit, Rodrigo On 8/19/07, Stanczak Group <[EMAIL PROTECTED]> wrote: > > I'm creating a client/server learning management system. It will involve > everything from passing objects to multimedia audio/video. I need some > kind of control structure to pass requests to different services on the > handler. I was just creating a main handler and having it call an array > of services. But none of this is set in stone. I'm really just learning > it. An example would be a student logs in and a request if made for the > list of courses this student is enrolled in. So my server would return a > list of Course objects to the client. So I have to have a way to route > requests to the proper services. I started to create a action class that > just extends a hashmap that way it was abstract enough to used on future > version. Like JMS message class. Does any of this make sense? I'm sure > others deal with this issue all the time. I even thought about just > copying the JMS message class. > > Rodrigo Madera wrote: > > Hello Justin, > > > > Deciding on a protocol is something that involves a lot of variables. > > > > Describe what your project's needs are and we may be able to help you > > better. > > > > Regards, > > Rodrigo > > > > On 8/18/07, Stanczak Group <[EMAIL PROTECTED]> wrote: > > > >> I'm at a impasse with protocols. I don't know which to use. Does anyone > >> have a suggestion? I like something simple like JMS uses. I tried > >> serialization, but feel I'll run into limitations. I looked at things > >> like JSON, and XStream. > >> > >> -- > >> Justin Stanczak > >> Stanczak Group > >> 812-735-3600 > >> > >> "All that is necessary for the triumph of evil is that good men do > >> nothing." > >> Edmund Burke > >> > >> > >> > > > > > > -- > Justin Stanczak > Stanczak Group > 812-735-3600 > > "All that is necessary for the triumph of evil is that good men do > nothing." > Edmund Burke > >
