• 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

clueless, helpless, lost ...

 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
... in Servlets 4a.
Now I spent 3 afternoons on it, walking more or less in the dark,
and until now I still do not even know *what* to ask..
okay, this is what I can do:
add videos to the ArrayList and read them out.
Of course not via 2 "servlets sharing data" as
the assignment asks.
But I don't even use the file video.java yet!
Not to mention that mys(t)ery file!

Does anybody out there have a hint for me,
where to direct my poor brain, or maybe which topic in the books
would be useful to reread, or...
All advice and consolation is highly welcome,
thank you!
Juliane-sitting-in-the-dark
 
Chicken Farmer ()
Posts: 1932
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't forget some of the lessons you learned in the OO assignments, and DEFINTELY don't ever forget the cornerstones of OOP. Remember, servlets are classes, just like everything else!
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by juliane gross:
okay, this is what I can do:
add videos to the ArrayList and read them out.
Of course not via 2 "servlets sharing data" as
the assignment asks.
But I don't even use the file video.java yet!


Use Video.java to create the Video objects that you are adding to the ArrayList.

The mystery file enables the servlets to share the same data.
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doing a search of the forums will probably turn up many useful hints...
Don't despair.
 
reply
    Bookmark Topic Watch Topic
  • New Topic