• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mock Assignment - let's create one after Google Cloud Printing

 
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would invite my fellow ranchers to create and elaborate the following topic to look like an assignment of SCEA:

"Cloud Printing of the type [or may be different] Google Cloud Printing"

If I get (m)any response, I will invite again for rating by attaching smileys ":-)" or ":-(" to choose one/more.

Next step would be solving the mock assignment.

Hope, this is ok and we are not going to break any rule. If I am, please explain, too, such that I can understand where I am going wrong.
 
P Das
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry, the "test" in the title should be "assignment"; can anyone correct?
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

P Das wrote:sorry, the "test" in the title should be "assignment"; can anyone correct?


Looks like you noticed you can do it.

Also, linking to Andrew's post with the rules here. Remember all - we do not discuss the real assignment. Posts that violate this rule will be deleted. And if there is any doubt, the moderators will error in the side of being "delete finger happy" so please be careful.
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Final moderator note: this topic sounds fine to me at the moment. Of course, I don't know all the real SCEA questions. If this turns out to be one, we reserve the right to delete it later.

Ok, regular poster comment - it sounds like you are asking someone to write a one page document. What about starting with something smaller like brainstorming use cases?
 
P Das
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok; what I meant are a domain model, use cases, and a short description from fellow ranchers. For directions, one might refer to architectural information in the public domain relating to Google Cloud Printing. Secretly, I wanted to see my fellow ranchers try faulting the Google architecture. Any change from the dotted lines might well start from the initial stages. We could start by asking ourselves questions, some of which may look like the following.

1) Do you or do you not think Google's idea of routing printing data through the cloud is sub-optimal?
2) Would you consider converting everything to Google doc format, 'cause it might entail unnecessary overheads and loss of integrity?
3) What about addressing DOS and any other relevant security patterns?
4) How can one bring into fold printers that are not connected to the internet; however, it may, probably, be safely presumed that all users are.
4a) What about sparing printers from installing Google's proxy, which is a difficult proposition if the above is true; also, from maintenance viewpoint.
5) How could the architecture ensure using the latest printer drivers available from vendors without having to write drivers for all printer-types (for Google's OS)?
6) How can we take all printers alike, without distinguishing between legacy and cloud-print aware types?
7) If we presume that one might normally use a printer that is in the same local area, does it restrict the architecture severely? In other words, what are the tradeoffs of such assumption?
8) [This is not asked by Sun] What is the business model: how can the architecture support dynamic homeostasis?
 
P Das
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have included a small file for discussion:
Description:
This system under development (SuD) is all about printing documents—that include everything that can be printed—by users on a printer that it can access through a connection—network or peer-to-peer. Documents are output of applications such as word processor, spreadsheet, HTML browser, etc., which make use of a printer interface to order print—sending printing data in appropriate format to the printer.

For some reason—determined by a business model that is implemented by the provider cloud in its business interface—the user prefers to make use of the same via the internet. The provider cloud has access to the printing interface of various printers that abstracts modality of printing specific to printers such as drivers, availability, etc.
gcp.jpg
[Thumbnail for gcp.jpg]
domain model
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic