Search:

Type: Posts; User: springmvcsucks; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. The reason why Spring source uses PHP? Because Spring and Java suck. That's all

    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...
  2. Yes yes. Look at where all these java banks are...

    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...
  3. Replies
    2
    Views
    2,454

    Probably a classic example of how "Java makes...

    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?
  4. PHP is EASY to make secure. And so is C#. And...

    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). ...
  5. Hee hee. Java the new Cobol is quite appropriate...

    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. ...
  6. An observation at Frys and Barnes and Nobles

    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...
  7. Replies
    5
    Views
    1,762

    nevermind. I won't be implementing at all due to...

    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.
  8. Replies
    5
    Views
    1,762

    It seems that I am basically rolling a hack now...

    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...
  9. Replies
    5
    Views
    1,762

    So the short answer is that the Object[] way of...

    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.
  10. Replies
    5
    Views
    1,762

    simplejdbctemplate blob

    I can't seem to find any docs regarding using

    simpleJdbcTemplate.update(
    statementToExecute,
    parameters);

    where one of the items in the parameters Object[] is...
  11. Replies
    1
    Views
    1,500

    The curly brace syntax isn't ideal. Whatever...

    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.
  12. Replies
    1
    Views
    1,500

    escaping special characters

    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...
  13. Replies
    20
    Views
    19,359

    Sticky: No one actually cares

    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.
  14. simplejdbctemplate and (mysql) regular expressions

    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...
  15. another reason why spring mvc sucks

    Yea. It's real nice how this useless technology throws an ERROR when there are 0 results.
  16. Replies
    11
    Views
    1,466

    What is with the .do crap? I thought this was...

    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...
  17. Replies
    1
    Views
    1,607

    wow. this post is over a year old with no response

    Sorry dude. It doesn't look like you'll get help here.
  18. Replies
    11
    Views
    1,466

    Where is the documentation for all this? I've...

    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...
  19. Replies
    11
    Views
    1,466

    Well, it finally is running. don't know what the...

    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...
  20. Replies
    11
    Views
    1,466

    sh server.sh gives me unable to start server.

    sh server.sh gives me unable to start server.
  21. Replies
    11
    Views
    1,466

    You know, I'm not a sucker. I'm not going to...

    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...
  22. Replies
    11
    Views
    1,466

    hsqldb is pretty random. Springsource is willing...

    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...
  23. Replies
    11
    Views
    1,466

    why is petclinic using a dumb sql?

    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...
  24. The point of this thread is: Why in the world...

    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...
  25. Your post hardly addresses the question: Why is...

    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...
Results 1 to 25 of 31
Page 1 of 2 1 2