Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-22-2010, 01:59 PM   PM User | #1
sm123
New to the CF scene

 
Join Date: Jun 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sm123 is an unknown quantity at this point
Question API design for support tool: new to Java

Hi,

I have a requirement to design API for a support tool for support team.

It should be a web application , with following information:

-Display the current status of the feed (healthcheck status and what time the last live message was received)
-Display the time that the last message was received for a given competition.
-Display a pageable, searchable, list of all competitions that are supplied by the football super feed
-For any selected competition, display a pageable, searchable list of all matches within that competition, ordered by date or team
-For any selected match, display a pageable, searchable list of all messages within that match, ordered by timestamp or team
-For any selected message, display the status details of that message:
Message routing status indicating whether the message was routed to any topics (SUCCESS if routed ok, or FAIL if sent to unprocessed queue)
The details of any error if the status was FAIL
The time that the message was received
The time that the message routing completed (and how long it took)
-For any selected message, display the contents of that message:
The message header 'source' value e.g. footballsuper
The message header 'feed' value e.g. IR1 or ECS1
The message header 'version' value e.g. 1.0.0
The message header 'type' value e.g. master or update
The message header 'book' value e.g. SD
The message header 'mnem' value e.g. FM
The message header 'category' value e.g. FB
The message header 'organiser' value e.g. FIFA or UEFA or MAJOR_EUROPE
The message header 'competiton' value and a text description of the code e.g. IG_WC (World cup)
The message header 'name' value representing the event type e.g. goal or corner
The message header 'id' value
The message header 'timestamp' value
The message header 'generationTime' value
The message header 'expiry' value
The full XML content of the message
-For any selected message, display the routing details of that message
The Rule id of the rule that was used to route this message
The rule definition
The topic names that this message was routed to
The packages which will receive a message
The customers that are subscribed to at least one of these packages (these are the customers who should have received the message)
-Display the subscription history showing when subscriptions were updated
-Display the rules history showing when broker rules were updated

I don't want the actual coding. Just the design as to what classes and interfaces roughly would be required to start with. Please help.

Thanks,
sm123 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:34 AM.


Advertisement
Log in to turn off these ads.