Someone said: "Why reinvent the wheel?" Holy shit... THERE ARE OVER 200 JAVA FRAMEWORKS OUT THERE and this guy is asking "why reinvent the wheel?" as an argument for using PHP. Yea that isn't...
Type: Posts; User: springmvcsucks; Keyword(s):
Someone said: "Why reinvent the wheel?" Holy shit... THERE ARE OVER 200 JAVA FRAMEWORKS OUT THERE and this guy is asking "why reinvent the wheel?" as an argument for using PHP. Yea that isn't...
Yes yes. Look at where all these java banks are today with their Java technology. They use Java. They are broke and taking our money to pay for decisions they are making that were wrong. Great...
Probably a classic example of how "Java makes easy things hard". Is there any less verbose/"mystical spring innards" kind of way of streaming an image based on session authentication?
PHP is EASY to make secure. And so is C#. And so is Python. And so is "language of choice here". Really that argument about PHP's lack of security is a null pointer exception (an error that is). ...
Hee hee. Java the new Cobol is quite appropriate hahahaha. But seriously, the age of Java is over. Sun selling out.. Spring selling out.. This doesn't help Java/J2EE as a technology stack at all. ...
I went to the programming on the web reading sections at both stores.
A.
At fry's, the shelf labled "Java" had not one book about Java... Or Spring... Or Hibernate... or Struts... or EJB... or...
nevermind. I won't be implementing at all due to setBlobAsBytes trying to set the blob to be equal to the byte[] address. The spring data access is fundamentally flawed.
It seems that I am basically rolling a hack now to make a general DAO. I pass in the Object[] array and I check each item in the array. If someObjectArray[i].getClass().toString.equals("byte[]") or...
So the short answer is that the Object[] way of inserting/querying is limited to only non-blob objects and we need additional bloat to do things? yuck.
I can't seem to find any docs regarding using
simpleJdbcTemplate.update(
statementToExecute,
parameters);
where one of the items in the parameters Object[] is...
The curly brace syntax isn't ideal. Whatever character I use to escape shall also appear in the text, making me make another escape character, and another, and another and another etc.
JDBCTemplate only escapes single and double quotes.
Running a query like
select * from aTable where aColumn like ?;
and passing an object array, new Object[]{aParam};
,where aParam is...
First Sun. Now Spring. I guess it would be like beating a fossilized horse skeleton now when I say "J2ee is dead". Only 10 posts to this announcement. Wow.
this.jdbcTemplate.queryForList("select * from atable where acolumn like ?%",new Object[]{"someString"});
This does not work. It doesn't throw any errors even. It just doesn't work at all. Why...
Yea. It's real nice how this useless technology throws an ERROR when there are 0 results.
What is with the .do crap? I thought this was bad practice. Is it not even worth it to try to get Petclinic to run and learn from because it's just an example of poor practice? the main page is a...
Sorry dude. It doesn't look like you'll get help here.
Where is the documentation for all this? I've been googling for hours and all I get is Acegi security. And all those links tell me is: "Do Petclinic example first before you do Acegi" Not helpful...
Well, it finally is running. don't know what the problem is.
now i get an ant error:
Cannot run program "javadoc": java.io.IOException: error=2, No such file or directory
Hurray. maybe i'll...
sh server.sh gives me unable to start server.
You know, I'm not a sucker. I'm not going to install more software I don't need. I'm not going to commit more time learning some new DB setup/config and take up more space and time for this random...
hsqldb is pretty random. Springsource is willing to go out and use PHP because they don't want to reinvent the wheel for forums, but then they go out and use some crappy random java db on the...
Why do I have to install some random new sql server when mysql/postgres/oracle/microsoft's db are the standards? This is just so dumb and deters me from trying to learn spring mvc. It seems spring...
The point of this thread is:
Why in the world would I use Spring MVC to build a website if Drupal and PHPBB are so much better for building a website than Spring MVC is?
1. If the creators...
Your post hardly addresses the question:
Why is this site using PHP, the #1 competitor (forget rails hype) to spring MVC? Your post is just an ad hominem attack and you say that I should go write...