Windsor and MVC4

2012-10-11 Thread Wayne Douglas
Hi Does anyone have any pointers to getting the container wired up in MVC4? I also understand the process differs slightly for web and web api? Googling seems to come up with controller factories which to my understanding are not necessary in mvc 4? -- Cheers, w:// -- You received this

Re: Windsor and MVC4

2012-10-11 Thread Wayne Douglas
, Wayne Douglas codingvi...@googlemail.com wrote: Hi Does anyone have any pointers to getting the container wired up in MVC4? I also understand the process differs slightly for web and web api? Googling seems to come up with controller factories which to my understanding are not necessary

Re: Windsor and MVC4

2012-10-11 Thread Wayne Douglas
i guess dependancyresolver is not the way to go: http://blog.ploeh.dk/2012/09/28/DependencyInjectionAndLifetimeManagementWithASPNETWebAPI.aspx On Thu, Oct 11, 2012 at 9:52 AM, Wayne Douglas codingvi...@googlemail.com wrote: so i'd still need a controller factory and all that? I thought

AddCustomDependencyValue

2011-11-05 Thread Wayne Douglas
I'm trying to get NSB to work with the latest windsor but i've come accros an error where IHandle no longer has AddCustomDependencyValue? Any ideas how I'm supposed to handle this now? -- Cheers, w:// -- You received this message because you are subscribed to the Google Groups Castle

Re: MonoRail 3.0 - Help wanted!

2011-06-20 Thread Wayne Douglas
pardon my ignorance but what is castle blade? On Mon, Jun 20, 2011 at 7:48 AM, hammett hamm...@gmail.com wrote: r Castle Blade -- Cheers, w:// -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to

Wcf Facility - NetNamedPipes

2011-05-15 Thread Wayne Douglas
Hi I'm trying to configure my WCF services to use netNamedPipes. here is my container config (I've commented out the existing http binding): var metadata = new ServiceMetadataBehavior { HttpGetEnabled = true }; var debug = new

Re: Wcf Facility - NetNamedPipes

2011-05-15 Thread Wayne Douglas
I have also tried the suggestion placed at the bottom of this wiki: http://docs.castleproject.org/(S(hv034j45ln0cgt2zkpl1nce5))/Windsor.WCF-Facility-Registration.ashx On Sun, May 15, 2011 at 10:50 AM, Wayne Douglas codingvi...@googlemail.com wrote: Hi I'm trying to configure my WCF services

Re: Windsor registration - hacking the API for intellisense - feedback needed

2011-04-19 Thread Wayne Douglas
don't you risk having to spoon feed the whole api? the registration api is clearly documented on the site. perhaps a link to that in the intellisense with RTFM might do the trick? :) 2011/4/19 Krzysztof Koźmic krzysztof.koz...@gmail.com so that the intellisense experience is the following:

Re: Windsor registration - hacking the API for intellisense - feedback needed

2011-04-19 Thread Wayne Douglas
nice :) 2011/4/19 Krzysztof Koźmic krzysztof.koz...@gmail.com What about this documentation? Krzysztof On 19/04/2011 8:37 PM, Wayne Douglas wrote: don't you risk having to spoon feed the whole api? the registration api is clearly documented on the site. perhaps a link

WCF Facility - Silverlight

2011-04-16 Thread Wayne Douglas
Hi As in the title - Is this possible? Are there any examples anywhere for using windsor/wcf facility within an SL app? -- Cheers, w:// -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to

Re: WCF Facility - Silverlight

2011-04-16 Thread Wayne Douglas
what would need to be done? is it a big task? 2011/4/16 Krzysztof Koźmic krzysztof.koz...@gmail.com: client side? No. Some people expressed their interest in that some time ago (over a year back) but no action was taken to implement it. On 16 April 2011 20:34, Wayne Douglas codingvi

Re: WCF Facility - Silverlight

2011-04-16 Thread Wayne Douglas
. Krzysztof On 16/04/2011 8:40 PM, Wayne Douglas wrote: what would need to be done? is it a big task? 2011/4/16 Krzysztof Koźmickrzysztof.koz...@gmail.com: client side? No. Some people expressed their interest in that some time ago (over a year back) but no action was taken to implement

Re: Can castle help me with this and how?

2011-03-23 Thread Wayne Douglas
you should look at achieving pub/sub with events somehow. On Wed, Mar 23, 2011 at 11:15 PM, Jin wjsh...@gmail.com wrote: I guess can use interceptor to hook in the AddFriend method, and can send email inside the interceptor. On Mar 24, 10:05 am, mynkow myn...@gmail.com wrote: Hi, We

Re: Can castle help me with this and how?

2011-03-23 Thread Wayne Douglas
rhino.esb pub/sub using msmq or rhino.queues On Wed, Mar 23, 2011 at 11:35 PM, mynkow myn...@gmail.com wrote: @Wayne Douglas: 10x. I had that solution in my head, but I could not find away to do that without User domain to know about Notifications. -- Cheers, w:// -- You received

Re: help in mono rails

2011-01-17 Thread Wayne Douglas
Hi ASPX is for the ASPX view engine. Monorails provides its own view engine. You need to forget about aspx. Writing apps in monorails is very rewarding but you should arm yourself with some understanding of what it is you're trying to do, and the tools you're trying to do it with. Monorails

Re: Castle WCF Async callback

2011-01-12 Thread Wayne Douglas
with the response }); The choice of which approach depends entirely on your preference of the c#standard async pattern. -craig On Jan 12, 2011, at 2:42 AM, Wayne Douglas wrote: this also doesn't work

Re: Beginning Monorail

2011-01-11 Thread Wayne Douglas
where is the form design area for UI , like asp.net design area lol On Tue, Jan 11, 2011 at 4:46 PM, Harish Srinivasan harish.srin...@gmail.com wrote: where is the form design area for UI , like asp.net design area -- Cheers, w:// -- You received this message because you are

Castle WCF Async callback

2011-01-10 Thread Wayne Douglas
Hi Say I have a call like so: _actService.BeginWcfCall(x = x.SaveAct(new SaveActRequest { Act = act }));

Re: extending castle - quartz

2010-07-16 Thread Wayne Douglas
/group/castle-project-devel/browse_thread/thread/b273a0d7206fad52 Cheers, Mauricio On Jul 15, 11:26 am, Wayne Douglas codingvi...@googlemail.com wrote: Hi I'd like to help Mauricio develop the quartz facility by adding a fluent API. Are there any good reference examples of other facilities

extending castle - quartz

2010-07-15 Thread Wayne Douglas
Hi I'd like to help Mauricio develop the quartz facility by adding a fluent API. Are there any good reference examples of other facilities I could look at to see how others have achieved this? -- Cheers, w:// -- You received this message because you are subscribed to the Google Groups

Re: castle scheduler - cluster

2010-07-12 Thread Wayne Douglas
, 2010 at 9:01 AM, Wayne Douglas codingvi...@googlemail.comwrote: Hi taking a look now :) On Fri, Jun 18, 2010 at 5:05 AM, Mauricio Scheffer mauricioschef...@gmail.com wrote: Wayne, I created a wiki page to discuss the implementation of a future release of the Quartz.Net facility: http

Re: castle scheduler - cluster

2010-07-01 Thread Wayne Douglas
/3ddfcaff15024d24 Cheers, Mauricio On Jun 10, 7:59 am, Wayne Douglas codingvi...@googlemail.com wrote: cool!! i've put a comment on the post offering my sevices :) On Thu, Jun 10, 2010 at 10:05 AM, John Simons johnsimons...@yahoo.com.auwrote: Interesting that you ask

Re: Castle Scheduler help

2010-06-22 Thread Wayne Douglas
can i just ask - to be sure - these examples are assuming we're setting the triggers at midnight so // Create a trigger to fire at 8pm local time each day. Trigger trigger3 = PeriodicTrigger.CreateDailyTrigger(DateTime.Now.Date.ToUniversalTime().AddHours(20)); runs 20 hours from midnight right?

Re: Castle Scheduler help

2010-06-22 Thread Wayne Douglas
thank for that!! :) On Tue, Jun 22, 2010 at 9:14 AM, John Simons johnsimons...@yahoo.com.auwrote: Yes that is correct Wayne. Cheers John -- *From:* Wayne Douglas codingvi...@googlemail.com *To:* castle-project-users@googlegroups.com *Sent:* Tue, 22 June

Re: castle scheduler - cluster

2010-06-10 Thread Wayne Douglas
it :) -- *From:* Wayne Douglas codingvi...@googlemail.com *To:* castle-project-users@googlegroups.com *Sent:* Wed, 9 June, 2010 9:51:01 PM *Subject:* Re: castle scheduler - cluster i really wish there was a note about that on the wiki :( On Tue, Jun 8, 2010 at 10:25 PM, John Simons

Re: castle scheduler - cluster

2010-06-10 Thread Wayne Douglas
is left to do is Mauricio. Cheers John -- *From:* Wayne Douglas codingvi...@googlemail.com *To:* castle-project-users@googlegroups.com *Sent:* Thu, 10 June, 2010 6:19:14 PM *Subject:* Re: castle scheduler - cluster :) my emails yesterday were born from

Re: castle scheduler - cluster

2010-06-09 Thread Wayne Douglas
will be retired. Cheers John On Jun 8, 7:01 pm, iwayneo codingvi...@googlemail.com wrote: anyone? On Jun 7, 9:26 am, Wayne Douglas codingvi...@googlemail.com wrote: Hi We're using the castle scheduler component: http://using.castleproject.org/display/Comp/Castle.Components.Schedul... I

Re: castle scheduler - cluster

2010-06-09 Thread Wayne Douglas
is there no way i can get this working so i can test my app and then swap it out later? On Wed, Jun 9, 2010 at 12:51 PM, Wayne Douglas codingvi...@googlemail.comwrote: i really wish there was a note about that on the wiki :( On Tue, Jun 8, 2010 at 10:25 PM, John Simons johnsimons

castle scheduler - cluster

2010-06-07 Thread Wayne Douglas
Hi We're using the castle scheduler component: http://using.castleproject.org/display/Comp/Castle.Components.Scheduler?showChildren=false I have a wcf service which creates the tasks and that does it's job fine. I then have a console app running (will be a windows service eventually) which

Re: documentation for WCF Facility

2010-05-15 Thread Wayne Douglas
Excellent! I use this facility and it is such a boon! :) - e-wayne at isit.gd t-07525 424 882 On 15 May 2010, at 09:10, Krzysztof Koźmic krzysztof.koz...@gmail.com wrote: First of all thanks for everyone who contributed to the new documentation already. To be

WCF facility : Metadata publishing for this service is currently disabled.

2010-04-15 Thread Wayne Douglas
Hey if i create a new wcf project i can browse the meta instantly. if I try - when using the WCF facility - i get the following: *Metadata publishing for this service is currently disabled.* i followed the instructions there and in a million other places and get no where. if i copy the

Re: db4o Facility

2010-02-20 Thread Wayne Douglas
Was actually looking at db4o just the other day. I'd be interested in checking out the facility later today so +1 here :) - e-wayne at isit.gd t-07525 424 882 On 19 Feb 2010, at 08:09 PM, Krzysztof Koźmic krzysztof.koz...@gmail.co m wrote: Im not planning to use

Re: How to Build the Trunk

2010-01-10 Thread Wayne Douglas
hey where did you get the source from? and does G:\DotNETProject\Castle\Core\Settings.proj actually exist? w:// On Sun, Jan 10, 2010 at 4:12 PM, 鋒 wai.fun...@gmail.com wrote: G:\DotNETProject\Castle\Core\Settings.proj -- Cheers, w:// -- You received this message because you are

generic components

2009-10-31 Thread Wayne Douglas
Hi if i have a component registered with : code component id=GenericReportDataRepository type=Ideal.Reporting.Domain.GenericReportDataRepository`1, Ideal.Reporting.Domain/ /code is there anyway i can retrieve that by using something similar to: code var ass =

Re: generic components

2009-10-31 Thread Wayne Douglas
on a stick with cherries and ice cream - but this must be possible. i really hope so. w:// 2009/10/31 Krzysztof Koźmic krzysztof.koz...@gmail.com: What do you want to do? Give me actual scenario, Wayne Douglas wrote: Hi if i have a component registered with : code     component id

Re: generic components

2009-10-31 Thread Wayne Douglas
Sorry - sessionName is also a string parameter to the GetReportDataT method. w:// On Sat, Oct 31, 2009 at 6:47 PM, Wayne Douglas codingvi...@googlemail.com wrote: GetReportDataT -- Cheers, w:// --~--~-~--~~~---~--~~ You received this message because you

Re: generic components

2009-10-31 Thread Wayne Douglas
into a massive essay - let me know if that's not making sense. w:// 2009/10/31 Krzysztof Koźmic krzysztof.koz...@gmail.com: inline, Wayne Douglas wrote: ok - here goes :) GenericReportDataRepository provides report data - the idea being that it doesn't need to know where the data comes from

Re: nhibernate - 2 factories / 2 models / 2 databases

2009-10-25 Thread Wayne Douglas
) { SchemaExport export = new SchemaExport(cfg); export.Create(true, true); } /code On Sun, Oct 25, 2009 at 12:18 PM, Wayne Douglas codingvi...@googlemail.com wrote: hmm - thanks for the help. ok i have looked at the source and it's

Re: nhibernate - 2 factories / 2 models / 2 databases

2009-10-25 Thread Wayne Douglas
:// On 19 Oct, 11:40, Wayne Douglas wa...@codingvista.com wrote: thanks for the poiinter :) how do i register more than one IConfigurationBuilder with the facility config tho? On Mon, Oct 19, 2009 at 11:16 AM, Valeriu Caraulean caraul...@gmail.com wrote: So, you want to use

Re: nhibernate - 2 factories / 2 models / 2 databases

2009-10-19 Thread Wayne Douglas
, Wayne Douglas wa...@codingvista.com wrote: hey - cheers for looking at this with me. not very experienced with nhib - i thought the assembly definition in the xml would point the factory to one assembly so it would only push the resulting sql creation scripts to that one db. i thought the one

Re: nhibernate - 2 factories / 2 models / 2 databases

2009-10-17 Thread Wayne Douglas
: The config looks ok. Are you sure your code is correct? On Fri, Oct 16, 2009 at 10:06 PM, Wayne Douglas wa...@codingvista.com wrote: so... still not got this working :( here is the actual config i'm using: code castle  components   component id=GenericRepository type=Ideal.Web.Repository`1

Re: nhibernate - 2 factories / 2 models / 2 databases

2009-10-16 Thread Wayne Douglas
: Different connection strings? I mean, are they different? On Thu, Oct 15, 2009 at 11:49 AM, Wayne Douglas wa...@codingvista.com wrote: Hi I'm using the nh facility to configure the following setup: i have 1 database which stores generic report configuration. and another which stores the actual

nhibernate - 2 factories / 2 models / 2 databases

2009-10-15 Thread Wayne Douglas
Hi I'm using the nh facility to configure the following setup: i have 1 database which stores generic report configuration. and another which stores the actual report data. i also have 1 project for interacting with the report configuration database (entities and mappings etc) and another for

get all classes that implement a specific interface in a namespace

2009-09-15 Thread Wayne Douglas
Hi Is there a good way to retrieve all classes from a single namespace? like the way the register works: code AllTypes .OfController() .FromAssembly(Assembly.Load(Irm.Web.App)) /code But not for register. We basically need to get all DTOs that implement

NewtonSoft 3.5

2009-08-11 Thread Wayne Douglas
Hi Are there any plans to move the trunk up to the latest version of newtonsoft json? I have tried but my local build went tits up... :s -- Cheers, w:// --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle

Active record HasAndBelongsToMany sorting

2009-08-10 Thread Wayne Douglas
anyone know if it's possible to sort on a column in the association table using HasAndBelongsToMany ? I want a DisplayOrder column on the table1HasTable2 table: |table1 | |table1HasTable2| |table2| -- Cheers, w:// --~--~-~--~~~---~--~~ You

Json active record and functions

2009-08-05 Thread Wayne Douglas
Hey I'm trying to serialize an ar object. it works fine but I need one of the properties of the serialized object to be a js method, not a string i.e.: code { confGid: 'REQ', header: 'Mins', dataIndex: 'SysActualMins', cmItemId: 'SysActualMins', sortable:

Re: NewtonsoftJSONSerializer().Serialize()

2009-07-16 Thread Wayne Douglas
/group/castle-project-users/browse_thread/thread/e63380630223c706 On Jul 16, 10:43 am, Wayne Douglas wa...@codingvista.com wrote: Hey calling NewtonsoftJSONSerializer().Serialize(collection) where there's dates involved - yields horrid results. I know that if I were using the Newtonsoft.Json

Re: How do I fluently configure the NHibernateIntegration Facility?

2009-06-24 Thread Wayne Douglas
did just stumble accross this: http://www.orbitone.com/en/blog/archive/2009/06/23/adding-fluent-nhibernate-support-for-castle-windsor%E2%80%99s-nhibernate-integration.aspx not sure if it's any help~? On Wed, Jun 24, 2009 at 1:17 PM, Paladin_zadirk...@gmail.com wrote: Thanks for the feedback

Re: Extjs + Monorail

2009-05-15 Thread Wayne Douglas
Here's some hints: Use the ExtJs forums - they're full of people who really try to help. use controller methods to return JSON in the format ExtJs understands. Look into the new remoting features - I haven't had a chance yet but it does look very very cool. except for the tight coupling to

Re: MonoRail adoption - dilemma

2009-05-07 Thread Wayne Douglas
I just started playing with T4 - very interesting. On Thu, May 7, 2009 at 1:27 PM, Ken Egozi egoz...@gmail.com wrote: When it comes to NVelocity, is it about matter of taste or stability? (BTW, I like it for being PHPish) Stuff in the Core are consideted stable, otherwise they'd stay in

Re: MonoRail adoption - dilemma

2009-05-07 Thread Wayne Douglas
http://www.codeplex.com/t4toolbox :) On Thu, May 7, 2009 at 2:03 PM, R. Rajesh Jeba Anbiah ng4rrjanb...@rediffmail.com wrote: On May 7, 5:27 pm, Ken Egozi egoz...@gmail.com wrote: snip Hey - it's OSS. We won't mind a contribution in the way of a good, up-to-date, easy to configure

Re: MonoRail adoption - dilemma

2009-05-07 Thread Wayne Douglas
of the time, as I don't need such simple views and the like so often. Also, using T4 is a pain in the ass. If you need a codegenerator, there is one in contrib. It's last commit is only a few days ago, so it's presumably alive, but I don't know how useful it is. -Markus 2009/5/7 Wayne Douglas

Re: Windsor, FluentNH - Web

2009-04-29 Thread Wayne Douglas
://code.google.com/p/sharp-architecture/ On 25 Apr, 18:12, Wayne Douglas wa...@codingvista.com wrote: Can anyone point me to a good tutorial/example of using Windsor + FluentNH + in a web environment? -- Cheers, w:// -- Cheers, w

Re: Windsor, FluentNH - Web

2009-04-26 Thread Wayne Douglas
Cheers Ken, Colin Exactly what I was after :) w:// On Sat, Apr 25, 2009 at 6:21 PM, Colin Ramsay colinram...@gmail.com wrote: http://mikehadlow.blogspot.com/2009/01/integrating-fluent-nhibernate-and.html On Sat, Apr 25, 2009 at 5:12 PM, Wayne Douglas wa...@codingvista.com wrote: Can

Windsor, FluentNH - Web

2009-04-25 Thread Wayne Douglas
Can anyone point me to a good tutorial/example of using Windsor + FluentNH + in a web environment? -- Cheers, w:// --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this

Re: rounded corners in monorail views

2009-04-20 Thread Wayne Douglas
Out of interest - why would that matter? On Mon, Apr 20, 2009 at 2:22 PM, Ben Lovell benjamin.lov...@gmail.comwrote: On Mon, Apr 20, 2009 at 2:19 PM, Daniel Soto daniel.sot...@gmail.comwrote: Yes, tags are well formed script type=text/javascript src=niftycube.js / (the file copied in the

Re: rounded corners in monorail views

2009-04-20 Thread Wayne Douglas
/ not? 2009/4/20 Ben Lovell benjamin.lov...@gmail.com: On Mon, Apr 20, 2009 at 2:28 PM, Wayne Douglas wa...@codingvista.com wrote: Out of interest - why would that matter? Here is the official response: http://www.w3.org/TR/xhtml1/#C_3 For it to work in practice, your web server also needs

Re: Auto Scheduling

2009-04-17 Thread Wayne Douglas
to IIS recycles. So i ended up using a console app that is called by the windows scheduler. Hope it helps. 2009/4/16 Wayne Douglas wa...@codingvista.com: Quartz On 4/16/09, Juan Carlos Seguí - CAE jcse...@cae.net wrote: And in the case of a web application? Now I have a windows

Re: Auto Scheduling

2009-04-17 Thread Wayne Douglas
, Wayne Douglas wa...@codingvista.comwrote: I have used quartz but not extensively - I found it quite neat. On Thu, Apr 16, 2009 at 10:27 PM, Ricardo Lopes rjlo...@gmail.com wrote: Some time ago i was also looking for this and i remember that i read something about problems with Quartz scheduled

Re: Auto Scheduling

2009-04-16 Thread Wayne Douglas
Quartz On 4/16/09, Juan Carlos Seguí - CAE jcse...@cae.net wrote: And in the case of a web application? Now I have a windows service that calls a given action of my web app each certain time, but I don't know if thi is the best solution. Juan Carlos Seguí Dpto. I+D+i - CAE, S.A.

Re: New to ORM, questions about postgresql support, visual basic

2009-04-08 Thread Wayne Douglas
new to flex that I'm afraid I can't offer you too much on that. .Net and flex seem to go well together. On Apr 7, 2:10 am, Wayne Douglas wa...@codingvista.com wrote: Hey First comment: So far we've been able to keep clear of ORMs You make it sound like you've been trying

Re: New to ORM, questions about postgresql support, visual basic

2009-04-08 Thread Wayne Douglas
Stored procedures allow you to easilly shape data the way you need - very handy for reporting apps - I find the whole ORM thing comes crumbling a bit in this scenario - how does everyone else deal with reporting? w:// On Wed, Apr 8, 2009 at 2:05 PM, Mauricio Scheffer mauricioschef...@gmail.com

Re: New to ORM, questions about postgresql support, visual basic

2009-04-08 Thread Wayne Douglas
into an arbitrary C# object. That's not to say this would be the best approach. I've even seen a method for using NHibernate to power SSRS, though why you'd want to inflict SSRS on yourself is beyond me. On Wed, Apr 8, 2009 at 2:10 PM, Wayne Douglas wa...@codingvista.com wrote: Stored procedures

Re: New to ORM, questions about postgresql support, visual basic

2009-04-07 Thread Wayne Douglas
Hey First comment: So far we've been able to keep clear of ORMs You make it sound like you've been trying to stay away from ORMs!!! ORM isn't a bad thing you need to stear clear of! Honestly :) Second: I come from an LLBLGEN background and have recently switched to AR/NH - to be honest - they

AOP Logging

2009-04-02 Thread Wayne Douglas
Hi Can anyone spot anything wrong with this: code IWindsorContainer container = new WindsorContainer(); container.Register( Component.ForLoggingInterceptor(), AllTypes.OfController()

Re: Newbie help needed

2009-03-20 Thread Wayne Douglas
I find using the trunk dlls and keeping that up to date is the best way of avoiding versioning issues. Understand you may not be able to update that project but if you can - it's worth spending time getting it up to date. w:// 2009/3/20 Robert C. Reyes bertusmag...@gmail.com Hi Bill, Check

Re: Newbie help needed

2009-03-20 Thread Wayne Douglas
:* castle-project-users@googlegroups.com [mailto: castle-project-us...@googlegroups.com] *On Behalf Of *Wayne Douglas *Sent:* 20 March 2009 08:22 *To:* castle-project-users@googlegroups.com *Subject:* Re: Newbie help needed I find using the trunk dlls and keeping that up to date is the best way

Secure JS with serverside logic and NVelocity

2009-03-11 Thread Wayne Douglas
Hi I'm trying to figure out how to secure an online app by only serving the JS the user has access to. I.e. - instead of simply disabling/hiding a menu button, I'd like the JS that creates that button to never be printed. I was thinking about setting the *.js files to pass through the monorail

Re: Secure JS with serverside logic and NVelocity

2009-03-11 Thread Wayne Douglas
?a,b,c,d will combine (and compress?) the files, and will only take the ones that the current user/scenario allow for On Wed, Mar 11, 2009 at 12:54 PM, Wayne Douglas wa...@codingvista.comwrote: Hi I'm trying to figure out how to secure an online app by only serving the JS the user has

Re: Secure JS with serverside logic and NVelocity

2009-03-11 Thread Wayne Douglas
Douglas wa...@codingvista.com Has anyone used this:http://code.google.com/p/mr-extjs-helper/ w:// 2009/3/11 Wayne Douglas wa...@codingvista.com But I'm thinking about doing stuff like this~: code new Ext.Toolbar({ text: 'uF/uile', iconCls: 'bmenu', hidden

Re: Secure JS with serverside logic and NVelocity

2009-03-11 Thread Wayne Douglas
=97 On Wed, Mar 11, 2009 at 11:27 PM, Wayne Douglas wa...@codingvista.comwrote: Using my proposed method of parsing JS files as if they were NV fiels - We should also be able to continue to minifi the JS as part of the build process and the NV logic should still be able to execute when

useWindsorIntegration=true problem

2009-02-02 Thread Wayne Douglas
Hi I get this whenever I set useWindsorIntegration=true. However this [1] article seems to suggest that this portion of the config is no longer required? error Looks like you forgot to register the http module Castle.MonoRail.Framework.EngineContextModule Add 'add name=monorail

Re: [NOOB Q] RoutingModuleEx reference problem

2009-02-02 Thread Wayne Douglas
Ah!! Cheers :) Got 'PatternRule' from here: http://hammett.castleproject.org/?p=216 Guess it was re-factored after that. w:// 2009/2/2 Colin Ramsay colinram...@gmail.com It's PatternRoute not PatternRule. On Mon, Feb 2, 2009 at 11:58 AM, Wayne Douglas wa...@codingvista.com wrote: Hey

Re: NewtonsoftJSONSerializer dataset issue

2009-01-14 Thread Wayne Douglas
Egozi egoz...@gmail.com I never-ever use DataSets. ever I'd retrieve the data from the DB into an IEnumerableSomeDto, then feed it to the Json formatter. On Wed, Jan 14, 2009 at 6:54 PM, Wayne Douglas wa...@codingvista.comwrote: OK - how does everyone manage executing a sproc to return

Re: NewtonsoftJSONSerializer dataset issue

2009-01-14 Thread Wayne Douglas
...@gmail.com wrote: Look for Projections On Wed, Jan 14, 2009 at 8:00 PM, Wayne Douglas wa...@codingvista.comwrote: Normally I'd use LLBLGEN to grab the data into a more reasonable object and then serialize that - I'm trying to use NHibernate here as much as I can but a bit pressed for time

Re: NewtonsoftJSONSerializer dataset issue

2009-01-14 Thread Wayne Douglas
) ) On Wed, Jan 14, 2009 at 7:09 PM, Wayne Douglas wa...@codingvista.comwrote: projections in NHIbernate or LLBLGEN? I've used projections in LLBLGEN before but I'm trying to get into NH Cheers :) w:// 2009/1/14 Victor Kornov wee...@gmail.com Look for Projections On Wed, Jan 14, 2009 at 8

Re: WebUserControlComponentActivator

2008-09-12 Thread Wayne Douglas
Victor Kornov wrote: Depends on what you need. It doesn't seem to be able to pass ctor params either. On Fri, Sep 12, 2008 at 6:55 PM, Wayne Douglas [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: BuildManager.CreateInstanceFromVirtualPath Not too worried about ctor params now