On Wednesday 10 May 2006 02:09, [EMAIL PROTECTED] wrote:
> Eric,
>
> could you be a bit more specific about what kind of "J2EE" the
> application was originally written in?
>
> Was it using Struts, Spring, EJBs (which version), Hibernate, JSF...?
> Or Just plain old JSPs+Servlets?
>
>   S.

Hi Stéfane,

j2ee 1.3 - No struts, nor spring.  EJB's mixed with servlets and jsp.

For the sake of clarity, I should say that the Java version did have some 
documentation strings, but they were implemented inconsistently and often 
contained cut-n-paste type errors.  For example, the documentation for one 
class might refer to different class.  So, the java sloc numbers include 
*some* documentation, often useless, very sparse.  Probably less than 10% of 
the java classes/methods had doc strings.  I'd estimate the python code has 
doc strings in over 95% of the classes/methods/functions.  I use epydoc to 
generate API documentation for the application.

-E

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to