• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

RMI stub generation

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi All,

I already submitted assignment and coming Monday I will be giving essay exam.

But know when I am preparing for essay exam I read sun instruction again

"You must provide all classes pre-installed so that no dynamic class downloading occurs. "


i know that from Java 5 there is no need to generate stubs explicit, but
the requirements say:
"You must provide all classes pre-installed so that no dynamic class downloading occurs."

I used jdk 5 and that I specified in version.txt

I did not generated my stubs (somehow I forgot even it was must requiremnet) and i did not explain in my choices.txt
but that I will expalin in my essay exam .

will Sun fail me since it was must requirement



i will take care in essay exam this thing

i am very much worried.



Regards,
Pramod
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy, Pramod!

I did not generated my stubs...



Well, me neither

Even though the instructions say that all classes must be pre-installed, I didn't generate them and mentioned it in my essay exam, and didn't fail.
Everybody generates them before submitting the assignment. Now we'll see if I just got lucky, or if it isn't really necessary anymore!
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Roberto Perillo wrote:Everybody generates them before submitting the assignment.


Thanks to my great Ant-script

Now submitting an assignment developed in JDK 5 won't be a real problem I guess, because very few changes between JDK 5 and JDK 6. But it should be JDK 6. Instructions are very clear about that:

You may develop your code using any implementation of the Java 2 platform, but the submission that you return must have been tested and shown to work under a production (not development) version of the Sun Microsystems' Java 2 platform and that platform must not have been superseded by a new production version for more than 18 months by the time you make your submission.


But you won't fail for it, because it will certainly work under JDK 6.

Kind regards,
Roel
 
Ranch Hand
Posts: 56
Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

and that platform must not have been superseded by a new production version for more than 18 months by the time you make your submission.



The way I read it, it is a must requirement, but you may get away with it....
 
pramod karnani
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

My application still works in JDK 6 but for development I used JDK 5 and specified JDK 5 in version.txt

so now Sun will fail me

since

Throughout this exercise, you must use exclusively the Java 2 platform. You may develop your code using any implementation of the Java 2 platform, but the submission that you return must have been tested and shown to work under a production (not development) version of the Sun Microsystems' Java 2 platform and that platform must not have been superseded by a new production version for more than 18 months by the time you make your submission.





getting worried too much
 
Gert-Jan den Besten
Ranch Hand
Posts: 56
Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

pramod karnani wrote:You may develop your code using any implementation of the Java 2 platform


JDK 5 should do...

pramod karnani wrote:but the submission that you return must have been tested


I don't know about this.

pramod karnani wrote:and shown to work under a production (not development) version of the Sun Microsystems' Java 2 platform and that platform must not have been superseded by a new production version for more than 18 months by the time you make your submission.


I guess this 'shown to work' is up to the assessor, while he/she is testing your work. Your assignment should work fine using JDK 6...
 
I have gone to look for myself. If I should return before I get back, keep me here with this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic