Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    720

    Spring + GWT + Hibernate

    Hey!

    Can someone please direct me to a good tutorial or book and how to get integrate gwt with spring and hibernate?

    Cheers!
  2. Replies
    2
    Views
    1,228

    sorry, I forgot to add the error message. Here...

    sorry, I forgot to add the error message.

    Here it is:

    00:00:00.045 [WARN] Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'telekanalDAO':...
  3. Replies
    2
    Views
    1,228

    JPA + spring3 + hibernate

    [/CODE]

    Here's my TelekanalDAO class

    package com.karq.saatekava.server.dao;

    import javax.annotation.PostConstruct;
    import javax.persistence.EntityManagerFactory;

    import...
  4. Replies
    5
    Views
    2,459

    This is how I fixed the problem

    This is how I fixed the problem

    <!--Mysql database connection info-->
    <bean id="myDataSource" class="com.yeah.sql.SomeBasicDataSource" destroy-method="close">
    <property...
  5. Replies
    5
    Views
    2,459

    Here's my datasource configuration

    Here's my datasource configuration

    <bean id="myDataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource" destroy-method="close">
    <property name="driverClassName"...
  6. Replies
    5
    Views
    2,459

    spring security/jdbc memory leak.

    Hey everyone,

    I'm trying to implement spring security for user login.
    Here's the problem, when I add this into web.xml

    <filter>
    <filter-name>springSecurityFilterChain</filter-name>
    ...
  7. Thread: login session

    by karq
    Replies
    1
    Views
    503

    login session

    Hey everyone!

    First of I'm new to spring mvc.

    Right now I trying to make a login page with a successpage. How do I create a session in spring? So that when I log in, then it redirects to...
  8. Thread: bean error

    by karq
    Replies
    1
    Views
    1,063

    bean error

    I'm trying to make a login form with spring 3 mvc

    But I keep getting this error:

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name...
  9. Replies
    3
    Views
    475

    here's my file:

    here's my file:

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  10. Replies
    3
    Views
    475

    New to spring, need some help

    I started to learn spring mvc and I have this problem

    this is my Controller file:

    public class HelloWorldController implements Controller {



    public ModelAndView...
Results 1 to 10 of 10