A new comment was posted on JDF Project site


franleplant

Hey, Im seeing this on github https://github.com/jboss-devel...

/*

* We suppress the warning about not specifying a serialVersionUID, as we are still developing this app, and want the JVM to

* generate the serialVersionUID for us. When we put this app into production, we'll generate and embed the serialVersionUID

*/

@SuppressWarnings("serial")

Shuld I declare a Serial ID or not?
Im following the exact same stack of Ticket Monster, what do you think?

Thanks!

Fran

9:22 p.m., Tuesday Nov. 19

 
  Reply to franleplant  
 
 
 
 

Moderate this comment by email

Email address: franleplant@gmail.com | IP address: 201.231.7.112

Reply to this email with “Delete”, “Approve”, or “Spam”, or moderate from the Disqus moderation panel.

 
 
 
franleplant’s comment is in reply to franleplant:
 

Im making the exact application model as Ticket Monster: A Persistence layer and then a Business layer with JAX-RS supplying JSON's. Its recommended to ...

Read more