Defining a functional area for java project

Associate
Joined
30 Oct 2014
Posts
2,079
Location
Norfolk
So, I'm struggling to narrow down the functional area's that I could produce from this use case and implement it as an RMI. I'd appreciate any help to identify a functional area of the use case and point it to me, I'm really bad at this kinda stuff.

http://pastebin.com/a4ZVwrcL

Class interfaces should be identified as these aswell
Persistent attributes
Business logic methods
Relationships between interfaces

Just to narrow it down and find the small functional are and classes would really help, as I'm very blonde.

Thanks in advance =]
 
Associate
Joined
18 Oct 2002
Posts
2,177
Location
Cardiff/Coventry
As RMI? RMI to me (been doing Java for a long time - 13 or so years) means Remote Method Invocation...

Anyway - functional areas:

Sites:
* Sites and regions
* Popularity 'engine' (could probably tie to first area)
* Advertising mechanism

Reporting
* Reporting mechanism

Membership:
* Users
* Membership levels / whether valid etc

Classes -think stuff tied to these areas. E.G. A user would have a membership level. A site would have a region etc.
 
Back
Top Bottom