Manrico Corazzi

2,902
Reputation
311 views

Registered User

Name Manrico Corazzi
Member for 1 year
Seen Nov 13 at 13:09
Website
Location Italy
Age 36
Software engineer for a medium sized software company in Italy. Area of operation: Java, Web, Public Administration, Health
Nov
17
accepted How do I make/develop Hibernate caching?
Nov
12
comment Outsourcing program development and retain privacy
That depends on how strict is the "contract" (as in "design by contract") you provide to your outsourcers, and the quality of the tests you set up... but anyway planning things so that the components are indipendent can arise so many problems that you give it up all the same, in the end.
Nov
12
answered Outsourcing program development and retain privacy
Nov
12
answered regular expressions in c#
Nov
12
revised Want guidence in devlopment of website??
tags
Nov
12
revised java GUI programming tools?
deleted 33 characters in body
Nov
12
comment Python - List of Strings to Java
Uhm... your code is a bit confusing as you initialize the Object getNames, then "overwrite" it with an hashmap, then use another different object altogether, "getName" (without the "s"); if you want to print the list you have to iterate through it
Nov
11
revised Program architecturing steps
added 271 characters in body
Nov
11
answered Program architecturing steps
Nov
10
revised Center <ul> <li> into div
deleted 2 characters in body; added 2 characters in body
Oct
23
comment How to talk about a business intelligence project to a client?
Business Intelligence is an oxymoron :-)
Oct
23
answered Collection item knows about collection it is contained - does this smell?
Oct
23
comment Change base href using javascript
In fact it works. I tested it with Firefox 3.5.3 and Web Developer extension (View Generated Source Code). Could you please provide more informations?
Oct
22
revised Auto-increment the primary key without setting the identity
formatting
Oct
22
revised Dynamic mapping in hibernate?
spelling, formatting
Oct
21
asked Hibernate on Oracle AND SQLServer
Oct
21
comment arrays of structs need advice
What do you mean "safely"? Since you are throwing away the data you may be careless... unless you are talking about memory leaks. Please provide code snippets or explain more profusely.
Oct
21
revised arrays of structs need advice
formatting; added 1 characters in body
Oct
21
comment A difference in style: IDictionary vs Dictionary
What I meant was that using the interface forces you to think in "generic" terms, enforcing the decoupling of the classes (in my example the method using Dictionary1 has to be familiar with the inner structure of the class, not with the interface)
Oct
21
revised Merge XML documents
added 10 characters in body
Oct
20
answered A difference in style: IDictionary vs Dictionary
Oct
20
revised Is it possible to save a word file in MYSQL database and to view the content “AS IT LOOKS” in the Browser.
added 96 characters in body
Oct
20
answered Is it possible to save a word file in MYSQL database and to view the content “AS IT LOOKS” in the Browser.
Oct
20
comment What is a programming language which is appropriate with data classification project
Maybe you'd better provide some more information: size of the data sets you are going to handle, operating system, some examples of the operations you might want to implement, some links to examples...
Oct
20
revised What is a programming language which is appropriate with data classification project
rephrased
Oct
20
comment setup file for window application
Which setup tools did you use? With "setup file" you mean ".msi"?
Oct
20
revised setup file for window application
added 5 characters in body; edited tags
Oct
16
comment mysql - fill field by other fields
Thanks martin, jacob
Oct
15
revised mysql - fill field by other fields
deleted 13 characters in body; edited tags
Oct
15
answered mysql - fill field by other fields
Oct
15
revised MySQL can’t see column in PHP. Ok as SQL statement.
added 5 characters in body
Oct
15
comment MySQL can’t see column in PHP. Ok as SQL statement.
Good point, but if the query cut and pasted into an SQL client works there should not be a case sensitiveness problem...
Oct
15
answered MySQL can’t see column in PHP. Ok as SQL statement.
Sep
30
awarded  Notable Question
Sep
10
revised SSO between Liferay 5.2 and PHP through CAS
edited tags
Sep
10
asked SSO between Liferay 5.2 and PHP through CAS
Sep
6
awarded  Yearling
Sep
3
revised mysql query problem
spelling, formatting
Aug
31
accepted How can I delete duplicate rows in a table
Aug
24
accepted Python book to buy?
Aug
20
revised How to make programming more comfortable?
deleted 7 characters in body
Aug
20
comment How to make programming more comfortable?
I have a friend with backaches who tried a standing desk and told me it actually helped him. I tried once, only for a few hours, and I must admit it's more comfortable than I would have thought.
Aug
4
awarded  Nice Question
Aug
2
awarded  Popular Question
Jul
29
answered smart way to shorten long strings with javascript
Jul
23
revised Logic: Database or Application/2 (constraints check)
added 4 characters in body; edited tags
Jul
2
revised Does anyone know how to do an “inverse” trilinear interpolation?
edited title
Jul
2
answered Write to error log with local time information and a line break at the end
Jul
2
comment JSF: navigation
Well, I guess I should've planned the coding better in advance, but I will try this "passing the parameters" workaround and see if it just keeps the application working. I still don't get (and don't like) JSF... :(
Jul
2
comment JSF: navigation
I will try this. Though I don't like the idea of working around the JSF mechanics, I think that just may be the only way.