| Time | S | Nick | Message | 
        
| 00:08 |  |  | cavemanlg joined ##javaee | 
        
| 00:20 |  |  | malaverdiere joined ##javaee | 
        
| 01:02 |  |  | caverman joined ##javaee | 
        
| 01:24 |  |  | sfisque joined ##javaee | 
        
| 01:26 |  |  | sfisque1 joined ##javaee | 
        
| 01:31 |  |  | Maziz joined ##javaee | 
        
| 01:49 |  |  | caverman joined ##javaee | 
        
| 03:17 |  |  | Guest43761 joined ##javaee | 
        
| 05:21 |  |  | SoniEx2|2 joined ##javaee | 
        
| 06:03 |  |  | cavemanlg joined ##javaee | 
        
| 11:36 |  | onr | what do you use for SQL development? | 
        
| 11:52 |  | onr | or, 'database' development in general | 
        
| 13:00 |  | pdurbin | onr: we use JPA (EclipseLink) to talk to PostgreSQL | 
        
| 13:28 |  |  | Naros joined ##javaee | 
        
| 14:13 |  |  | Quest joined ##javaee | 
        
| 14:25 |  | sfisque | personally, JPA -> Hibernate (Jboss) -> MySQL | 
        
| 14:25 |  | sfisque | at work here,  JPA -> Eclipselink (Glassfish) -> Oracle / SQL Server | 
        
| 15:12 |  |  | kobain joined ##javaee | 
        
| 16:25 |  |  | sfisque joined ##javaee | 
        
| 16:43 |  |  | oO0Oo joined ##javaee | 
        
| 17:36 |  |  | caverdude joined ##javaee | 
        
| 18:33 |  | Quest | can I use spring core 3.2.x but use spring security 3.1.x  as the latest production release of spring sec is 3.1.x  ? | 
        
| 18:34 |  | whartung | dunno, is there a spring channel somewhere? | 
        
| 18:36 |  | Quest | there is. but almost dead | 
        
| 18:37 |  | whartung | I think some here use spring, and not to be a channel nazi at all, but, spring != java ee, so…maybe not much luck with that question here | 
        
| 18:37 |  | Quest | nazi ? | 
        
| 18:38 |  | Quest | hm. ya. | 
        
| 18:38 |  | whartung | pounding the desk, screaming OFF TOPIC! make rude emoticons... | 
        
| 18:39 |  | Quest | whartung,  so isnt it very difficult to do all that what frameworks do, like spring, that be done in plain javaee? | 
        
| 18:39 |  | Quest | as i have no idea how / why people (you too) advocate plain javaee over frameworks | 
        
| 18:40 |  | whartung | not really, not today. There's some things spring does "more" (spring security is more robust in terms of features in a "one stop shopping" perspective, but it can all be done in jee - we do it. | 
        
| 18:41 |  | Quest | whartung,  it can all be done in just servlets yes. I used to do it once. but isnt using plain jee much much difficult . well lengthy i should say. and you have to do it for every app | 
        
| 18:41 |  | Quest | frameworks are just made by some pom.xml and template daos | 
        
| 18:41 |  | Quest | thats it for getting it started | 
        
| 18:41 |  | whartung | ya know, where I come from we're able to actually reuse code that we've written before. | 
        
| 18:42 |  | Quest | still isnt it lengthy? | 
        
| 18:42 |  | whartung | all of our apps share a common core library that handles all sorts of things | 
        
| 18:42 |  | Quest | whartung,  you are talking about the old fashion way right? where requests are forwarded (dispatched) many times. raw hard coding? | 
        
| 18:42 |  | whartung | sure, but like anything it was developed incrementally over time. | 
        
| 18:43 |  | whartung | we use the Stripes Action framework -- that makes our web apps pretty easy. | 
        
| 18:43 |  | whartung | we're also using JAX-RS for some HTTP web services. | 
        
| 18:43 |  | whartung | we don't use JSF | 
        
| 18:43 |  | Quest | hm | 
        
| 18:43 |  | whartung | (JAX-RS and JSF are both part of JEE) | 
        
| 18:43 |  | Quest | jsf is jee standard. any comments about that? | 
        
| 18:44 |  | whartung | JSF gets rave reviews by many, I personally am not a fan of component frameworks (of which JSF is one). | 
        
| 18:44 |  | Quest | jsf is component based and thus would never by faster that a request / response model like spring./ struts | 
        
| 18:44 |  | Quest | whartung,  why you are not a fan? | 
        
| 18:44 |  | whartung | but I'm sure if I had spent as much time working with JSF as I have with action frameworks, I'd be just as capable. | 
        
| 18:44 |  | whartung | they're overly complicated for the web. | 
        
| 18:45 |  | whartung | I like the web request -> response metaphor. I like the stateless aspect of requests. | 
        
| 18:45 |  | whartung | component frameworks are completely contrary to that | 
        
| 18:45 |  | whartung | that said | 
        
| 18:45 |  | Quest | hm | 
        
| 18:45 |  | whartung | action framework makes super gui rich apps harder to make. | 
        
| 18:45 |  | * Quest | have same feelings | 
        
| 18:46 |  | whartung | have to run bbl | 
        
| 18:46 |  | Quest | see you! | 
        
| 18:46 |  | Naros | Quest: Which precise version of Spring Security? | 
        
| 18:46 |  | Quest | 3.1.4 | 
        
| 18:46 |  | Naros | Let me check. | 
        
| 18:47 |  | Quest | Latest GA release: 3.1.4.RELEASE | 
        
| 18:47 |  | Quest | http://www.springsource.org/download/community | 
        
| 18:47 |  | Naros | https://jira.springsource.org/browse/SEC#selectedTab=com.atlassian.jira.plugin.system.project:changelog-panel&allVersions=true | 
        
| 18:48 |  | Quest | I asked because in sec, its the latest. and core is  Latest GA release: 3.2.3.RELEASE | 
        
| 18:48 |  | Naros | We use 3.1.3 with 3.2.3 without issues here. | 
        
| 18:48 |  | Quest | iam afraid though. new devs should be | 
        
| 18:48 |  | Naros | They will work happily together.  3.1.4 of SSEC only added OSGI container support for Spring 3.2.0 | 
        
| 18:49 |  | Quest | hm. | 
        
| 18:49 |  | Naros | What J2EE container are you using? | 
        
| 18:49 |  | Quest | i hope different versions of core and sec wont messup with each other | 
        
| 18:49 |  | Quest | Naros,  tomcat but will shift to jboss | 
        
| 18:49 |  | Naros | you'll be OK | 
        
| 18:49 |  | Naros | 3.1.4 + 3.2.3 = OK | 
        
| 18:50 |  | Quest | okie dokie | 
        
| 18:50 |  | Naros | alright, off to a late lunch.  be back in an hour or so. | 
        
| 18:50 |  | Quest | see you! | 
        
| 19:01 |  | caverdude | hello | 
        
| 19:16 |  |  | Naros joined ##javaee | 
        
| 19:16 |  |  | SoniEx2 joined ##javaee | 
        
| 19:19 |  |  | oO0Oo joined ##javaee | 
        
| 19:33 |  |  | raoul- joined ##javaee | 
        
| 20:05 |  | Naros | caverdude: hello | 
        
| 20:11 |  | caverdude | sup Naros | 
        
| 20:11 |  | caverdude | wanna fix a few bugs for me on this project http://www.sf.net/projects/javaledger ha | 
        
| 20:11 |  | * Naros | giggles. | 
        
| 20:11 |  | Naros | If i weren't swamped in this huge refactor, sure :P | 
        
| 20:12 |  |  | kobain joined ##javaee | 
        
| 20:12 |  | caverdude | ya refactors can be a bitch | 
        
| 20:12 |  | caverdude | its almost seems like you are getting nothing done | 
        
| 20:12 |  | Naros | Well I generally target one package at a time when I do refactors like this. | 
        
| 20:13 |  | Naros | test and move to next package. | 
        
| 20:13 |  | caverdude | ya | 
        
| 20:13 |  | Naros | I'm about 70% done with removing this old legacy functionality for multi-lingual text | 
        
| 20:14 |  | Naros | problem is I find these strange lines of code in the DAOs and I have to stop myself from wanting to fix those too :P | 
        
| 20:14 |  | caverdude | DAO? | 
        
| 20:15 |  |  | sfisque joined ##javaee | 
        
| 20:15 |  | Naros | Data Access Objects. | 
        
| 20:15 |  | caverdude | ah | 
        
| 20:16 |  | caverdude | if its not broken don't fix it | 
        
| 20:16 |  | caverdude | ha | 
        
| 20:16 |  | Naros | true, but I have this OCD twitch that cringes when code doesn't comfort to the the remainder of the repository :P | 
        
| 20:16 |  | Naros | *conform | 
        
| 20:17 |  | caverdude | yes | 
        
| 20:17 |  | caverdude | consistance is important | 
        
| 20:17 |  | caverdude | consistancy | 
        
| 20:21 |  |  | SoniEx2|2 joined ##javaee | 
        
| 20:24 |  |  | sfisque joined ##javaee | 
        
| 21:53 |  |  | joshua_jandyco joined ##javaee | 
        
| 22:26 |  |  | oO0Oo joined ##javaee | 
        
| 22:32 |  |  | l1ght- joined ##javaee | 
        
| 23:02 |  |  | caverdude joined ##javaee |