1,681 reputation
2434
bio website
location Italy
age 31
visits member for 1 year, 1 month
seen 2 hours ago
stats profile views 198

Nothing to say, apart that I love pizza!


11h
revised Using Apache Commons Math to determine confidence intervals
I recognized that TDistributionImpl is part of an old version. TDistribution now is the default implementation.
11h
suggested suggested edit on Using Apache Commons Math to determine confidence intervals
12h
revised Using Apache Commons Math to determine confidence intervals
Links were broken!
12h
suggested suggested edit on Using Apache Commons Math to determine confidence intervals
2d
awarded  Famous Question
May
20
revised How do I get the file extension of a file in Java?
grammar and form
May
20
suggested suggested edit on How do I get the file extension of a file in Java?
May
14
awarded  Popular Question
May
4
revised Move a text file into target folder when compiling a Maven project
The author copied its own question on a very similar topic but did some mistake about the Maven project structure for Netbeans. I did an update!
May
4
suggested suggested edit on Move a text file into target folder when compiling a Maven project
May
4
answered Move a text file into target folder when compiling a Maven project
May
4
comment Netbeans: move a text file into dist folder when compiling
Well, yes! I just posted the answer.
May
4
suggested suggested edit on Move a text file into target folder when compiling a Maven project
May
3
comment Netbeans: move a text file into dist folder when compiling
Try with todir="${dist.dir}/subfoldername"
May
3
answered Netbeans: move a text file into dist folder when compiling
Apr
26
comment Java field guessing
I do agree with your point of view. It's the same of mine, but a little bit ameliorated. I just want to point out that an ORM usually makes a view of the selected DB by generating the classes that represent the tables. Then, with a query (generally provided by a query builder) one can easily get the object(s) from the represented table.
Apr
26
comment Java field guessing
You are right! Moreover he can resort to java.sql.Types to define the utility class that invokes the type-based setter/getter methods. This is a one-hour job! Of course, he needs the classes from java.lang.reflect to resolve the getter/setter method names. Finally, an ORM would be better, since it embeds a lot of nice features, but I do agree that it is not a must!
Apr
23
awarded  Popular Question
Apr
20
awarded  Revival
Apr
17
awarded  Yearling