[jira] Commented: (JAMES-285) Adding LDAP code

2006-03-18 Thread Alexander Zhukov (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-285?page=comments#action_12370973 ] Alexander Zhukov commented on JAMES-285: I hereby accept ASF license for my maildir_acl_ldap_virtual_20040120.tar.bz2 patch. For maildir I recommend you use the latest

Re: [VOTE] POJO pattern

2005-04-27 Thread Alexander Zhukov
POJOs +1 SDI +0 CDI +1 On 4/11/05, Danny Angus <[EMAIL PROTECTED]> wrote: > I propose that work commence to extract James's "value add" IP from classes > supporting Avalon specific lifecycle attributes, and Avalon component > dependance, to POJO classes. > I further propose that these POJO's are d

Re: [jamesng] Re: The YAAFI Manifesto - WAS Re: Plans for Fulcrum release ....

2005-02-23 Thread Alexander Zhukov
dard james-config.xml familiar to james users and developers. Executive summary: make james a set of POJOs, container does not matter if you have a set of POJOs Cheers, Siegfried Goeschl Siegfried Goeschl Alexander Zhukov wrote: Siegfried Goeschl wrote: Hi Aron, I would like to point out that th

[jamesng] Re: The YAAFI Manifesto - WAS Re: Plans for Fulcrum release ....

2005-02-19 Thread Alexander Zhukov
Siegfried Goeschl wrote: Hi Aron, I would like to point out that there is the James project suffering badly from the Avalonic wars (hence the cross-posting to the James Developer List). They recently had a long discussion to make an Avalon-free JamesNG (http://www.mail-archive.com/server-dev@ja

webmail?

2005-02-07 Thread Alexander Zhukov
Hi, all! Guys, any plans to integrate webmail into james? Any candidates, ideas? Has this ever been discussed on the list? (please point me to the thread) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-02-06 Thread Alexander Zhukov
Hes Siemelink wrote: Alexander Zhukov wrote: You might ask: "what do you mean, man?" :) Example: BAD: class MyComponent ... { init() { context = InitialContext(); Service s = context.lookup(...); } run() { s.doSomething(); } } GOOD: (acceptable

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-02-04 Thread Alexander Zhukov
Noel J. Bergman wrote: Alexander Zhukov wrote: By mentioning JNDI I guess you are talking about ServiceLocator pattern, right? It is considered as anti-pattern. Not here: http://jroller.com/comments/kdonald?anchor=static_service_locator_with_spring nor here: http://www.martinfowler.com

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-02-04 Thread Alexander Zhukov
Steve Brewin wrote: Noel J. Bergman wrote: Serge Knystautas wrote: Noel J. Bergman wrote: Alexander Zhukov wrote: By mentioning JNDI I guess you are talking about ServiceLocator pattern, right? It is considered as anti-pattern. Not here: What is your point Noel? That there is a usefulness, and

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-02-03 Thread Alexander Zhukov
. Bergman wrote: Alexander Zhukov wrote: Noel J. Bergman ÐÐÑÐÑ: Really? I didn't even know that I knew how to ÐÐÑÐÑ. How cool! With respect to Groovy, I see that fitting into a startup role, and we should be open to seeing multiple technologies able to fill that role. Let me stress again

[James-NG] JamesNG confluence pages + CDI IoC Quick Start Guide

2005-02-02 Thread Alexander Zhukov
Hi all! I have a created a confluence space for JamesNG. And posted simple CDI IoC Quick Start Guide http://devel.priocom.com:8081/display/JamesNG/CDI+IoC+Quick+Start+Guide In the article I try to explain - what is CDI IoC - why configuration is not what you are used to in CDI IoC style - how confi

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-02-02 Thread Alexander Zhukov
Danny Angus wrote: Noel, I respect you very much, but please no JNDI configuration this throws all POJO efforts away - again ALL (not the some but ALL) objects requiring configuration have to now about external entity. That is bad and does not give CDI IoC benefits. I don't agree. we may have to h

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-02-01 Thread Alexander Zhukov
Noel J. Bergman ÐÐÑÐÑ: In general, I like Alexander's enthusiasm and ideas. Specific comments to follow. We actually use relatively little from Avalon other than lifecycle and configuration, both of which we could (and should in the latter case) replace. What little else we use from Avalon can be

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-31 Thread Alexander Zhukov
Ahmed Mohombe wrote: Serge Knystautas wrote: Ahmed Mohombe wrote: One of the things I like about James is it's use of pure Java. Me too. Please, I beg you, put no Groovy/JPython or other things like this in it. For Got sake, let JAMES be a JAVA project. Can you explain your objection, or at least

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-31 Thread Alexander Zhukov
Three to four month ago, before I looked into groovy, I would agree with you completely and say - "groovy go away". I invite you to look at configuration examples in groovy and you'll understand its more understandable than xml and more flexible since flow programming in xml is very much compli

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-31 Thread Alexander Zhukov
Groovy is a scripting language with almost the same semantics as java but extended to certain extent that allows a faster writting of config scritps The fact it is scripting language and _only_ configuration is written in groovy gives administrator the possibility to change configuration withou

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-31 Thread Alexander Zhukov
Danny Angus wrote: On a serious note, with a good container & IoC design the effort should be in the application interfaces and the POJOs that implement them rather than in the container framework being used. Yep I agree with this. I think James would secure itself most against the future by devel

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-31 Thread Alexander Zhukov
Steen Jansdal wrote: Alexander Zhukov wrote: - single file groovy-based configuration IMO configuration should be located in the database. Changes to configuration should not require a restart of the mail server. This can be done by MBeans I didnt mention the MBeans part of my jamesng on

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-31 Thread Alexander Zhukov
Jeremy Boynes wrote: Albert Kwong wrote: Any consideration on using HiveMind as the container? or ... Geronimo! - the low-level container/services not the J2EE manifestation On a serious note, with a good container & IoC design the effort should be in the application interfaces and the POJOs tha

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-30 Thread Alexander Zhukov
Serge Knystautas wrote: I have a textfile on my desktop with the same name. Comments below. Really glad about it :) Alexander Zhukov wrote: Hi, James hackers! Recently on the mailing list I saw messages of departure from avalon-based container So i decided to propose my ideas and reference

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-30 Thread Alexander Zhukov
: yes, lightweight containers are great and nanocontainer is great as well, but the configuration is so lightweight for now that even nanocontainer seems to be an overkill. You are more than welcome to prove me wrong. Thanks, Gabor --- Alexander Zhukov <[EMAIL PROTECTED]> wrote: Hi, James h

Re: [James-NG] Avalon-free James proposal and reference implementation

2005-01-30 Thread Alexander Zhukov
end on each other or have any requirement that is a show-stopper to include your component into the software you are developing. Laszlo Alexander Zhukov wrote: Hi, James hackers! Recently on the mailing list I saw messages of departure from avalon-based container So i decided to propose my

[James-NG] Avalon-free James proposal and reference implementation

2005-01-30 Thread Alexander Zhukov
Hi, James hackers! Recently on the mailing list I saw messages of departure from avalon-based container So i decided to propose my ideas and reference implementation as a basis of next generation james (i hope avalon-free version) which i propose to call jamesng nice points in jamesng for apache

Javamaildir license

2004-05-19 Thread Alexander Zhukov
Hi all! I was contacted by Adam Fowler about my javamaildir implementation at sourceforge (GPL code) asking to give permission for Apache James to use that code. So I give that permission :-) Is it ok Adam? -- Укрпост - продвинутая почта. http://www.ukrpost.net/ IMAP POP3 NNTP RSSNews Unicode.

Javamaildir license

2004-05-19 Thread Alexander Zhukov
Hi all! I was contacted by Adam Fowler about my javamaildir implementation at sourceforge (GPL code) asking to give permission for Apache James to use that code. So I give that permission :-) Is it ok Adam? -- Укрпост - продвинутая почта. http://www.ukrpost.net/ IMAP POP3 NNTP RSSNews Unicode.