• 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

EnthuWare - Pre Submission Validation

 
Ranch Hand
Posts: 623
1
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Ranchers!

I've searched this forum, but didn't find anything which could answer my question.

Did anyone was interested in the "Pre Submission Validation" product from EnthuWare?
Were you satisfied with it?
Do they really put some interesting notes about the project?
Is it legal to use such a pre-validation (in other words - sharing you project before submitting)?

Thanks in advance for your opinion and help!

Cheers!
 
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
Sharing your submission is NOT allowed
 
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, Pedro!

Well champ, there is an ANT script created by Roel that can help you check the structure you created for your project. In order to test your locking mechanism, you can use the tests I created as well (both of them can be found in the ScjdFaq). Honestly, I'm not aware of anyone who used this EnthuWare Pre Submission Validation. Just review what you created, trust yourself and be happy!
 
Piotr Nowicki
Ranch Hand
Posts: 623
1
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys for the info!

I've thought that EnthuWare pre-submission validation would be a good way to prevent those $600 from getting away for some stupid bug in the code.

But if this process nature is so uncertain, then I'll do like you said and just use those testing tools available here.

Thanks once again! :-))
 
Roel De Nijs
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

Pedro Kowalski wrote:I've thought that EnthuWare pre-submission validation would be a good way to prevent those $600 from getting away for some stupid bug in the code.


Simply write your own tests and go for 100% test coverage for the most important class(es) of your assignment.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic