Java Architect  
Author Message
andy1978





PostPosted: 2006-5-23 23:41:00 Top

java-programmer, Java Architect Does this forum have an experienced Java Architect? I would like to
bounce a few questions to someone with some industry experience. I am
the project manager for a new software app. I would like some advice on
java architecture and technologies. Appreciate this is all high-level,
but if certain technologies jump out to you then please let me know.

Scenario: Message brokering of news items over a LAN

User view is a java applet or could be java enabled web page (some kind
of smart console running on their PC desktop)

For now the application will have 50 users all on the same internal
network.

Central Oracle/SQL Server Repository - holding messages.

All clients communicate with central database that holds messages and
configuration information.

Based on the config. found each java client will dynamically build drag
and drop lists/trees of this information.

Ability to screen capture based on a user selection and upload the
image to a DB repository

Each client will be able to post new messages to the server which will
need to alert the other clients.

An author of a message can see if messages have been read by the
consumers. If the user has not read the author can send a warning to
that particular user.

Licensing needs to be built in to restrict to 50 concurrent users.

Security login screens are required. Use central db server to
authenticate.

Scenario2: This is where it gets interesting. How would this change in
a WAN scenario? - Could this even work using zero front print java?

Also if you live in/near London then please let me know.
Andy

 
jmcgill





PostPosted: 2006-5-24 0:25:00 Top

java-programmer >> Java Architect email***@***.com wrote:

> Scenario2: This is where it gets interesting. How would this change in
> a WAN scenario? - Could this even work using zero front print java?

I have as much java experience as anyone in the field, aside from,
maybe, a few Sun folks. But this is the first time I've ever heard the
expression "zero front print java".


As to your project concept, not much of it sounds very complicated at
all. The authentication will probably be the most difficult part,
depending on your specific requirements there. "Screen printing to an
image" is a platform-specific operation, and not really a job for java.
Still, I am certain you can do what you're imagining. Good luck.
 
John A. Bailo





PostPosted: 2006-5-24 0:43:00 Top

java-programmer >> Java Architect
Sounds like you want to build a newsserver and newsreader client.

email***@***.com wrote:
> Does this forum have an experienced Java Architect? I would like to
> bounce a few questions to someone with some industry experience. I am
> the project manager for a new software app. I would like some advice on
> java architecture and technologies. Appreciate this is all high-level,
> but if certain technologies jump out to you then please let me know.
>
> Scenario: Message brokering of news items over a LAN
>
> User view is a java applet or could be java enabled web page (some kind
> of smart console running on their PC desktop)
>
> For now the application will have 50 users all on the same internal
> network.
>
> Central Oracle/SQL Server Repository - holding messages.
>
> All clients communicate with central database that holds messages and
> configuration information.
>
> Based on the config. found each java client will dynamically build drag
> and drop lists/trees of this information.
>
> Ability to screen capture based on a user selection and upload the
> image to a DB repository
>
> Each client will be able to post new messages to the server which will
> need to alert the other clients.
>
> An author of a message can see if messages have been read by the
> consumers. If the user has not read the author can send a warning to
> that particular user.
>
> Licensing needs to be built in to restrict to 50 concurrent users.
>
> Security login screens are required. Use central db server to
> authenticate.
>
> Scenario2: This is where it gets interesting. How would this change in
> a WAN scenario? - Could this even work using zero front print java?
>
> Also if you live in/near London then please let me know.
> Andy
>
 
 
Ian Wilson





PostPosted: 2006-5-24 16:50:00 Top

java-programmer >> Java Architect jmcgill wrote:
> email***@***.com wrote:
>
>> Scenario2: This is where it gets interesting. How would this change in
>> a WAN scenario? - Could this even work using zero front print java?
>
>
> I have as much java experience as anyone in the field, aside from,
> maybe, a few Sun folks. But this is the first time I've ever heard the
> expression "zero front print java".
>

I'd guess the OP meant "zero foot-print Java", by which I guess he means
a Java solution that doesn't need an application to be explicitly
installed on the user's desktop PC.
 
 
Thomas Weidenfeller





PostPosted: 2006-5-24 17:00:00 Top

java-programmer >> Java Architect Ian Wilson wrote:
> I'd guess the OP meant "zero foot-print Java", by which I guess he means
> a Java solution that doesn't need an application to be explicitly
> installed on the user's desktop PC.

Which sounds like the OP wants an applet, or maybe a web start application.

But my advice to the OP would be to hire and pay a professional "Java
architect" who could explain and discuss these issues with him in
detail, instead of gambling the success of his new software application
on the opinions and goodwill of volunteers and strangers in a public
newsgroup.

/Thomas
--
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/