• 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

Policy File and CodeBase

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I'm about to submit my assignment but have a last query. I have packaged everything into executable jars and, for the sake of simplicity, have not implemented any security policy or dynamic code downloading.
The spec of my assignment doesn't mention anything about security policies or code downloading. I have tested my app on a standalone computer (client and server on same machine) and across a LAN (client and server on different machines) and everything runs well.
Will I lose any credit for not using a policy file/code downloading?
Many thanks for any help. As I'm new to the forum I'd like to offer my help to anyone out there as well!
 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, you will never lose credit for not doing something not asked for in the assignment.
In the contrary, if you try to add something and fail in it, you could lose points.
So it is advised to only go further than the requirements if you are sure of what you're doing.
Hope this helps,
Stephane
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic