NOTICE: This channel is no longer actively logged.
[00:02:39] *** tlev has quit IRC[00:28:09] *** bjagg has quit IRC[00:28:50] *** bjagg has joined #jasig-uportal[00:52:08] *** bjagg has quit IRC[00:55:50] *** bjagg_ has joined #jasig-uportal[00:59:20] *** jsittler has quit IRC[01:18:52] *** jsittler has joined #jasig-uportal[01:36:58] *** bjagg_ has quit IRC[01:37:03] *** bjagg__ has joined #jasig-uportal[02:07:00] *** drewwills has left #jasig-uportal[02:25:14] *** Doodelicious has left #jasig-uportal[02:36:41] *** jwennmacher has quit IRC[02:36:43] *** bjagg__ has quit IRC[02:55:08] *** bjagg_ has joined #jasig-uportal[02:55:29] *** jhelmer has left #jasig-uportal[03:04:35] *** bjagg_ has quit IRC[04:30:00] *** bjagg has joined #jasig-uportal[04:34:31] *** bjagg has quit IRC[06:01:47] *** bjagg has joined #jasig-uportal[06:13:37] *** bjagg has quit IRC[07:34:58] *** bjagg has joined #jasig-uportal[07:43:09] *** bjagg has quit IRC[09:47:37] *** bjagg_ has joined #jasig-uportal[09:56:31] *** bjagg_ has quit IRC[12:36:20] *** bjagg has joined #jasig-uportal[12:41:13] *** bjagg has quit IRC[14:25:49] *** bjagg has joined #jasig-uportal[14:35:26] *** bjagg has quit IRC[15:08:09] *** bjagg has joined #jasig-uportal[15:10:42] *** tlev has joined #jasig-uportal[15:12:24] *** bjagg has quit IRC[15:33:46] *** acolebourne has quit IRC[15:35:25] *** acolebourne has joined #jasig-uportal[16:04:59] *** bjagg has joined #jasig-uportal[16:14:40] *** bjagg has quit IRC[16:45:00] *** giufus has joined #jasig-uportal[16:45:13] <giufus> hi[16:49:00] <giufus> i'm interested in liferay portlet integration with CAS and I'd like to know about maven overlay approach..[16:49:14] <giufus> can you give me some tips?[16:53:22] *** giufus has quit IRC[16:59:04] *** giufus101930 has joined #jasig-uportal[16:59:59] *** jsittler has quit IRC[17:03:58] *** bjagg has joined #jasig-uportal[17:08:21] *** bjagg has quit IRC[17:16:29] *** jhelmer has joined #jasig-uportal[17:19:57] *** jsittler has joined #jasig-uportal[17:20:43] *** jsittler1 has joined #jasig-uportal[17:20:43] *** jsittler has quit IRC[17:41:46] *** Doodelicious has joined #jasig-uportal[17:52:32] <giufus101930> hi[17:53:36] <giufus101930> i'd like to talk about what's a good practice integrating existing portlets with CAS[17:54:22] <giufus101930> i hope you can help me[18:05:03] *** drewwills has joined #jasig-uportal[18:09:24] *** sheilaReed has joined #jasig-uportal[18:10:21] <giufus101930> hi , i'd like to talk about what's a good practice integrating existing portlets with CAS... i hope you can help me[18:11:08] <sheilaReed> which portal ?[18:11:25] <giufus101930> liferay[18:11:47] <sheilaReed> i don't know[18:12:56] <sheilaReed> maybe can use overlay with maven[18:13:06] <giufus101930> i heard[18:13:34] <sheilaReed> but I'm not so expert to help you[18:13:55] <sheilaReed> i'm also here looking for help[18:14:11] <giufus101930> and what you need ?[18:16:19] *** giufus101930 has quit IRC[18:16:56] <sheilaReed> just a little help from experts in this channel[18:21:53] <drewwills> sheilaReed — I just joined a minute ago… what's up?[18:23:45] <sheilaReed> hi[18:24:29] <sheilaReed> i'm trying to understand how to use cas and maven overlays[18:25:09] <sheilaReed> suppose i have 2 webapp and want to realize a sso[18:25:31] <sheilaReed> if both webapp are mavenized[18:25:44] <sheilaReed> could i use maven overlay?[18:26:04] <sheilaReed> is it right ?[18:30:34] *** bjagg has joined #jasig-uportal[18:31:14] <drewwills> you would use a Maven overlay to adopt/implement a CAS server[18:31:32] <drewwills> I don't believe you'd use an overlay to "casify" an application[18:32:04] <drewwills> for that you just need the CAS client jar (or another form, based on the platform of the app you're casifying)[18:32:25] <drewwills> the CAS client is a simple dependency iirc… no need for an overlay[18:32:40] <sheilaReed> i poorly understood what's the benefit of using the maven overlay[18:33:51] <drewwills> a Maven overlay allows you to implement/create a new web application that is almost entirely made up of some published artifact[18:34:24] <drewwills> an overlay project typically includes only a few source files of its own...[18:35:38] <sheilaReed> so adding a war dependency (cas-server-web) to my mavenized webapp won't help..?[18:35:51] <drewwills> usually config files (.properties, XML), and sometimes some UI files (.jsp, .js maybe) and/or a few extra java classes (typically concrete implementations of interfaces from the parent project)[18:36:21] <drewwills> i don't think so, no… not unless I misunderstand your line of questioning[18:36:31] <sheilaReed> thankyou drew..[18:36:38] <sheilaReed> my question is[18:37:21] <drewwills> https://github.com/Jasig/uPortal/blob/master/uportal-war/pom.xml#L61[18:37:29] <drewwills> example of cas client as a dependency[18:37:57] <sheilaReed> i have a custom auth strategy ..actually it is deployed as hook on a portal ()liferay[18:38:24] <sheilaReed> ok[18:39:10] <sheilaReed> so using the cas client is like having an API to speak with the cas server .?[18:39:50] <drewwills> yes[18:40:54] <drewwills> Here is an example (albeit somewhat old) of using the CAS client in Java: https://github.com/Jasig/uPortal/blob/master/uportal-war/src/main/java/org/jasig/portal/security/provider/cas/CasAssertionSecurityContext.java[18:43:00] <sheilaReed> and if i use cas rest features instead?[18:43:23] <sheilaReed> i should not need client, right ?[18:53:44] <sheilaReed> thankyou drew for your help[18:53:52] <sheilaReed> i must go[18:54:18] <sheilaReed> cheers[18:54:23] *** sheilaReed has quit IRC[19:00:27] *** drewwills1 has joined #jasig-uportal[19:03:20] *** drewwills has quit IRC[19:22:51] *** bjagg has quit IRC[19:29:57] *** bjagg_ has joined #jasig-uportal[19:33:10] *** Doodelicious has left #jasig-uportal[20:42:24] *** bjagg_ has quit IRC[20:46:45] *** bjagg_ has joined #jasig-uportal[21:02:43] *** drewwills1 has quit IRC[21:05:12] *** drewwills has joined #jasig-uportal[21:26:35] *** jwennmacher has joined #jasig-uportal[21:30:21] *** bjagg_ has quit IRC[21:52:26] *** jwennmacher has quit IRC[21:55:56] *** bjagg_ has joined #jasig-uportal[22:02:58] *** bjagg_ has quit IRC[22:07:12] *** jwennmacher has joined #jasig-uportal[22:10:25] *** drewwills has joined #jasig-uportal[22:24:11] *** drewwills has quit IRC[22:25:44] *** drewwills has joined #jasig-uportal[23:11:02] *** bjagg has joined #jasig-uportal[23:17:03] *** tlev has quit IRC[23:17:32] *** bjagg has quit IRC[23:31:43] *** bjagg_ has joined #jasig-uportal[23:34:04] <jwennmacher> Hmmm... searching doesn't seem to work at all on http://echelog.com/logs/browse/jasig-uportal[23:36:40] <jwennmacher> I was trying to find the online angular training courses @vertein and @tlev had pointed me to at one point.[23:43:01] *** Doodelicious has joined #jasig-uportal[23:46:58] <jwennmacher> I did find http://campus.codeschool.com/courses/shaping-up-with-angular-js which was one of them. I don't recall the other, but I've found several so I think I'm good.[23:53:48] *** drewwills has quit IRC