<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-13933</id>
	<title>Nabble - DWR</title>
	<updated>2009-12-02T12:59:05Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/DWR-f13933.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR-f13933.html" />
	<subtitle type="html">DWR (Direct Web Remoting) is an easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boiler plate code between the web browser and your Java code. Java.net - DWR home is &lt;a href=&quot;https://getahead.ltd.uk/dwr/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26616340</id>
	<title>Issue with Spring integration of session scoped remoted object</title>
	<published>2009-12-02T12:59:05Z</published>
	<updated>2009-12-02T12:59:05Z</updated>
	<author>
		<name>Obinna</name>
	</author>
	<content type="html">Hi,&lt;br&gt;I am integrating DWR 3.0rc1 with Spring and would like to expose a session-scoped Spring-managed bean for remoting via DWR like. &lt;br&gt;&lt;br&gt;   &amp;lt;bean id=&amp;quot;ajaxFacade&amp;quot; class=&amp;quot;com.obinna.AjaxFacade&amp;quot; scope=&amp;quot;session&amp;quot;&amp;gt;&lt;br&gt;
    &amp;lt;/bean&amp;gt;&lt;br&gt;&lt;br&gt;The problem is that the DWRController&amp;#39;s afterPropertiesSet() ends up calling Spring&amp;#39;s AbstractBeanFactory.getBean() method AbstractController base class on all beans in the Spring context which tries to instantiate the bean and obviously fails with the &amp;quot;No thread-bound request found&amp;quot; because it&amp;#39;s trying to instantiate a sessio-scoped bean without a request.&lt;br&gt;
&lt;br&gt;I&amp;#39;ve tried to fix this by using Spring&amp;#39;s &amp;lt;aop:scoped-proxy/&amp;gt; which seems like it should work, but this still fails with the same error except the bean id it&amp;#39;s
failing on is &amp;#39;scopedTarget.ajaxFacade&amp;#39; instead of the simple
&amp;#39;ajaxFacade&amp;#39; bean.&lt;br&gt;&lt;br&gt;I&amp;#39;m using DWR annotation configuration so my Spring configuration file looks something like this:&lt;br&gt;&lt;br&gt;&amp;lt;dwr:controller id=&amp;quot;dwrController&amp;quot; debug=&amp;quot;true&amp;quot;/&amp;gt;  &lt;br&gt;
&amp;lt;dwr:url-mapping/&amp;gt;&lt;br&gt;&amp;lt;dwr:annotation-config /&amp;gt;&lt;br&gt;&amp;lt;dwr:configuration/&amp;gt;&lt;br&gt;&lt;br&gt; 
&amp;lt;bean id=&amp;quot;ajaxFacade&amp;quot; class=&amp;quot;com.obinna.AjaxFacade&amp;quot; scope=&amp;quot;session&amp;quot;&amp;gt;&lt;br&gt;      &amp;lt;aop:scoped-proxy/&amp;gt;&lt;br&gt;
  &amp;lt;/bean&amp;gt;&lt;br&gt;&lt;br&gt;What&amp;#39;s most surprising is that the presence of the DWR controller configuration causes this problem on ANY session/request scoped bean in the spring context even if it&amp;#39;s not a DWR remoted bean. Which would mean that using DWR prevents using the session/request scopes in a Spring App? That can&amp;#39;t be right? &lt;br&gt;
This used to work with 2.0.5 so I&amp;#39;m assuming it has something to do with changes in DWRController.&lt;br&gt;&lt;br&gt; - Eric&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Dev-f13937.html&quot; embed=&quot;fixTarget[13937]&quot; target=&quot;_top&quot; &gt;DWR - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issue-with-Spring-integration-of-session-scoped-remoted-object-tp26616340p26616340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615785</id>
	<title>Re: Collection converters</title>
	<published>2009-12-02T12:21:51Z</published>
	<updated>2009-12-02T12:21:51Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">Yes, if you read the documentation (your second link) you will see that it says default - meaning DWR provides this to you by default - you do not need to specify it.  &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If you are calling a method that returns a custom object (DtoList) you need to add a converter for DtoList.  Any fields in DtoList that are also custom need to also have a converter specified.  &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;No converter found for &amp;#39;java.lang.Class&amp;#39;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This means that you have a field that DWR is trying to serialize and that field is a java.lang.Class and DWR does not know how to convert &amp;#39;java.lang.Class&amp;#39; - I recommend using includes/excludes and only serializing the fields that you need on the client.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;-David&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 2, 2009 at 1:12 PM, Selim Ober &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selim.ober@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Hello,&lt;br&gt;&lt;br&gt;I&amp;#39;m a little bit confused about Collection Converters. Here David states that we don&amp;#39;t need a converter for Collections:&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Accessing-java.util.List%3CBean%3E-beanList-td21348698.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Accessing-java.util.List%3CBean%3E-beanList-td21348698.html&lt;/a&gt;&lt;br&gt;

&lt;br&gt;although there IS something as Collection Converters here:&lt;br&gt;&lt;a href=&quot;http://directwebremoting.org/dwr/server/dwrxml/converters/collection.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://directwebremoting.org/dwr/server/dwrxml/converters/collection.html&lt;/a&gt;&lt;br&gt;

&lt;br&gt;So is this for two different scenarios that I&amp;#39;m missing to differ?&lt;br&gt;&lt;br&gt;My second question is I&amp;#39;m trying to debug a &lt;br&gt;ERROR [DefaultConverterManager] No converter found for &amp;#39;java.lang.Class&amp;#39;&lt;br&gt;error. &lt;br&gt;

It&amp;#39;s a little annoying because everything works as expected.&lt;br&gt;I have a Java method which returns a List.&lt;br&gt;Inside the method my return value is in fact a DtoList&amp;lt;FooDto&amp;gt;&lt;br&gt;DtoList extends ArrayList but&lt;br&gt;DtoList has a Class field in addition.&lt;br&gt;

Is it possible that this field is causing the problem?&lt;br&gt;On the other hand, the return value is a List, so this field should be invisible to dwr, no?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Collection-converters-tp26615624p26615785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615624</id>
	<title>Collection converters</title>
	<published>2009-12-02T12:12:16Z</published>
	<updated>2009-12-02T12:12:16Z</updated>
	<author>
		<name>Selim Ober</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I&amp;#39;m a little bit confused about Collection Converters. Here David states that we don&amp;#39;t need a converter for Collections:&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Accessing-java.util.List%3CBean%3E-beanList-td21348698.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Accessing-java.util.List%3CBean%3E-beanList-td21348698.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;although there IS something as Collection Converters here:&lt;br&gt;&lt;a href=&quot;http://directwebremoting.org/dwr/server/dwrxml/converters/collection.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://directwebremoting.org/dwr/server/dwrxml/converters/collection.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;So is this for two different scenarios that I&amp;#39;m missing to differ?&lt;br&gt;&lt;br&gt;My second question is I&amp;#39;m trying to debug a &lt;br&gt;ERROR [DefaultConverterManager] No converter found for &amp;#39;java.lang.Class&amp;#39;&lt;br&gt;error. &lt;br&gt;
It&amp;#39;s a little annoying because everything works as expected.&lt;br&gt;I have a Java method which returns a List.&lt;br&gt;Inside the method my return value is in fact a DtoList&amp;lt;FooDto&amp;gt;&lt;br&gt;DtoList extends ArrayList but&lt;br&gt;DtoList has a Class field in addition.&lt;br&gt;
Is it possible that this field is causing the problem?&lt;br&gt;On the other hand, the return value is a List, so this field should be invisible to dwr, no?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Collection-converters-tp26615624p26615624.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26606874</id>
	<title>*提高产业服务项目</title>
	<published>2009-12-02T02:43:16Z</published>
	<updated>2009-12-02T02:43:16Z</updated>
	<author>
		<name>sdrtgry</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp;您.好！ 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;本公*司以��/惠�r-格代-�k全��各�Npiao*��.�I*�眨�如有需
&lt;br&gt;&amp;nbsp; &amp;nbsp;者�g.迎��.���J.��。 
&lt;br&gt;&amp;nbsp; ���M人：��*文*��136-8955-8622 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26606874&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26606874&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/*%E6%8F%90%E9%AB%98%E4%BA%A7%E4%B8%9A%E6%9C%8D%E5%8A%A1%E9%A1%B9%E7%9B%AE-tp26606874p26606874.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26605913</id>
	<title>合同管理与合同风险规避</title>
	<published>2009-12-02T01:23:31Z</published>
	<updated>2009-12-02T01:23:31Z</updated>
	<author>
		<name>请转关人事</name>
	</author>
	<content type="html">合同管理与合同风险规避
&lt;br&gt;&lt;br&gt;时间地点：2009年12月05--06日 &amp;nbsp;深圳
&lt;br&gt;时间地点：2009年12月12--13日 &amp;nbsp;北京
&lt;br&gt;授课对象：企业经理、采购部、物流部、销售经理、市场部、财务部、销售人员等
&lt;br&gt;授课形式：案例研讨、角色演练、小组讨论、管理模拟等形式的互动式，轻松活泼，要求学员参与。
&lt;br&gt;课程费用：两天：2800元/人（含课程费、饮用水、午餐、证书、参考资料等）
&lt;br&gt;&lt;br&gt;咨询电话：020-80560638；020-85917945 &amp;nbsp;谢小姐（不需要此类信件请回复电邮至chinammc21@126.com退信）
&lt;br&gt;---------------------------------------------------------------
&lt;br&gt;课程收益：参加了本课程，您将学习并了解到以下内容：
&lt;br&gt;商务人员必备的法律工具
&lt;br&gt;如何有效进行合同管理
&lt;br&gt;合同管理的流程与重要性
&lt;br&gt;合同陷阱的识别与风险的防范
&lt;br&gt;商务合同纠纷的处理与对应
&lt;br&gt;常见商务合同的合同管理的难点及重点
&lt;br&gt;通过案例了解世界级企业合同管理运作模式
&lt;br&gt;掌握绩效的管理方法
&lt;br&gt;-----------------------------------------------------------------------
&lt;br&gt;课程大纲
&lt;br&gt;一、世界两大法系的特点及主要国家介绍
&lt;br&gt;二、合同陷阱与防范，通过案例分析
&lt;br&gt;合同欺诈的表现形式
&lt;br&gt;合同欺诈的法律责任的主要内容：
&lt;br&gt;识破合同欺诈与陷阱的十大方法
&lt;br&gt;预防合同欺诈的五大措施
&lt;br&gt;三．如何进行有效的合同管理
&lt;br&gt;合同管理类型
&lt;br&gt;合同经理的角色及能力要求
&lt;br&gt;团队工作的管理风格
&lt;br&gt;合同管理计划与合同质量计划
&lt;br&gt;合同管理的政策与流程
&lt;br&gt;合同管理的政策
&lt;br&gt;合同管理流程文件
&lt;br&gt;合同管理流程图
&lt;br&gt;合同的保存及销毁
&lt;br&gt;案例分析：某汽车公司的采购合同管理流程
&lt;br&gt;案例分析：某大型汽车配件制造公司合同管理漏洞
&lt;br&gt;四合同的订立与合同的效力：
&lt;br&gt;合同生效时间
&lt;br&gt;合同的效力持续时间
&lt;br&gt;案例分析：某大型生产型公司的采购合同管理失误
&lt;br&gt;五合同内容：
&lt;br&gt;数量及质量条款；
&lt;br&gt;价款或报酬条款；
&lt;br&gt;履行期限、地点和方式；
&lt;br&gt;担保及违约责任条款；
&lt;br&gt;风险转移条款；
&lt;br&gt;所有权保留条款
&lt;br&gt;不可抗力条款；
&lt;br&gt;知识产权、保密协议条款；
&lt;br&gt;争议解决方式条款；
&lt;br&gt;生效条件约定
&lt;br&gt;案例分析：某大型连锁公司的合同管理失误
&lt;br&gt;某大型家电连锁公司的担保管理失误
&lt;br&gt;某中型运输公司的生效条款失误
&lt;br&gt;六．合同的履行：
&lt;br&gt;约定不明的履行
&lt;br&gt;执行政府定价、指导价的合同的履行
&lt;br&gt;涉及第三人的合同的履行
&lt;br&gt;三个抗辩权、代位权及撤销权
&lt;br&gt;后合同义务
&lt;br&gt;案例分析：某技术研发公司的后合同义务
&lt;br&gt;七．合同的变更与解除及常见纠纷处理
&lt;br&gt;主体变更，以及主体资格
&lt;br&gt;履行内容的变更
&lt;br&gt;债权的转让
&lt;br&gt;表见代理
&lt;br&gt;无效合同，效力待定与撤销权
&lt;br&gt;债务的转让
&lt;br&gt;要约与承诺的争议
&lt;br&gt;八、采购合同中的其他问题
&lt;br&gt;合营性合同时应注意问题
&lt;br&gt;贸易性应注意问题
&lt;br&gt;合作与知识产权问题
&lt;br&gt;九、常见采购合同的管理重点及难点
&lt;br&gt;关键物料/瓶颈物料的合同管理重点
&lt;br&gt;杠杆物料/常规物料的合同管理重点
&lt;br&gt;涉外采购合同管理重点
&lt;br&gt;MRO采购合同管理重点
&lt;br&gt;采购外包合同管理重点
&lt;br&gt;案例分析：某大型汽车配件生产型公司的采购合同
&lt;br&gt;某汽车（中国）公司的采购合同
&lt;br&gt;十、合同风险管理
&lt;br&gt;合同履行中存在的风险
&lt;br&gt;风险控制�C合格供应商的选择
&lt;br&gt;--不合格的供应商带来潜在风险,
&lt;br&gt;--供应商评估，评审与审计体系
&lt;br&gt;交货管理
&lt;br&gt;项目采购中的质量风险,进度风险,,成本风险原因分析和防治措施
&lt;br&gt;商业和其他风险分析和防治
&lt;br&gt;十一、合同绩效/供应商绩效管理
&lt;br&gt;合同绩效/供应商绩效考核指标
&lt;br&gt;跟踪与考核体系
&lt;br&gt;案例分析：某公司的采购合同
&lt;br&gt;---------------------------------------------------------------------------
&lt;br&gt;培训讲师：周向阳，资深法律顾问，采购和供应链管理专家，资深专业供应链管理讲师
&lt;br&gt;法学硕士，工商管理专业博士，十多年的工作经历，曾先后任职于世界500强欧美企业，
&lt;br&gt;历任采购部长、采购中心高级经理以及亚太地区供应商管理等职务，现任某世界500强
&lt;br&gt;行业领先公司，负责全球供应链管理。Thomas还是英国皇家采购物流协会（CIPS）中国
&lt;br&gt;授权培训师，美国采购与供应管理协会（ISM）注册采购经理（CPM）培训师，国家注册
&lt;br&gt;采购师/ITC采购与供应链管理国际认证核心团队讲师。
&lt;br&gt;周老师将现身说法：将自己十多年的供应链管理经验以及其本人扎实深厚的法律功底以
&lt;br&gt;大量生动典型的案例为依托深入浅出地剖析日常运做中潜伏的法律风险，并从法理与实
&lt;br&gt;战角度进行解读合同风险与防范，进一步防范欺诈和预防合同纠纷，以及危机预警与处
&lt;br&gt;理。同时，将协助大家解析以下问题：公司应当设计怎样的合同，制订出不同合同样本
&lt;br&gt;以及合同管理流程，从公司运营和供应链管理的角度，从根本上规避供应风险与陷阱？
&lt;br&gt;最擅长的培训科目有：高级管供应链管理实务、全球供应链方案设计、国际贸易风险与规
&lt;br&gt;避，降低公司采购成本、采购商务谈判、供应商绩效管理等课程。曾服务过典型代表客户
&lt;br&gt;有：一汽，上汽集团、中石化，中海油，西门子、爱默生、杜邦、梅兰日兰、德特威勒、
&lt;br&gt;三星电子、飞利浦、卡西欧、华凌集团等国内外著名公司。
&lt;br&gt;======================================================================================
&lt;br&gt;《合同管理与合同风险规避》报名回执表（请传真020-62351156）
&lt;br&gt;&lt;br&gt;参 会 单 位 名 称：_______________________________________________________
&lt;br&gt;&lt;br&gt;参 加 地 点：口深圳 &amp;nbsp; 口上海 &amp;nbsp; 口北京
&lt;br&gt;&lt;br&gt;联系人：______________电话:________________传真:________________
&lt;br&gt;&lt;br&gt;邮件：______________ 参 会 人 数:_________人 费 用 ￥：_________元 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;付款方式（请选择打“√”）： □1、现金 □2、转帐 □3、电汇 
&lt;br&gt;====================================================================================
&lt;br&gt;备注:请您把报名回执回传我司，为确保您报名无误,请您再次电话（020-80560638）确认!
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26605913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26605913&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%E5%90%88%E5%90%8C%E7%AE%A1%E7%90%86%E4%B8%8E%E5%90%88%E5%90%8C%E9%A3%8E%E9%99%A9%E8%A7%84%E9%81%BF-tp26605913p26605913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26593330</id>
	<title>Re: URL Mapping problem</title>
	<published>2009-12-01T07:06:45Z</published>
	<updated>2009-12-01T07:06:45Z</updated>
	<author>
		<name>karibou</name>
	</author>
	<content type="html">Ok thanks, it work find (I have already try this solution).&lt;br&gt;&lt;br&gt;But it is the only solution?&lt;br&gt;The application is divided in two part, front-end and back-end, there will be 2 different instance of the application on 2 different server and also 2 different URL mapping (could be change in the time).&lt;br&gt;
&lt;br&gt;There is non dynamic solution?&lt;br&gt;Is it possible to use configure the init param overridePath with spring and a properties file, at the run time?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/12/1 David Marginian &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26593330&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;a href=&quot;http://slurm.dojotoolkit.org/dwr/server/servlet/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://slurm.dojotoolkit.org/dwr/server/servlet/index.html&lt;/a&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://slurm.dojotoolkit.org/dwr/server/servlet/index.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;Try using the overridePath init param.&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Dec 1, 2009 at 7:40 AM, Jean-Marc Leyman &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26593330&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmleyman@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;



&lt;p class=&quot;MsoNormal&quot;&gt;Hi all, &lt;br&gt;
&lt;br&gt;
I&amp;#39;m a JAVA developer but I’m newbie with DWR and I must deploy an application
on a Weblogic server with an URL mapping resolver.&lt;br&gt;
&lt;br&gt;
I have set in my web.xml file the servlet like this: &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&amp;lt;servlet&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;display-name&amp;gt;DWR Servlet&amp;lt;/display-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;servlet-class&amp;gt;org.directwebremoting.servlet.DwrServlet&amp;lt;/servlet-class&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;         &lt;/span&gt;&amp;lt;param-name&amp;gt;debug&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;         &lt;/span&gt;&amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-name&amp;gt;logLevel&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-value&amp;gt;info&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-name&amp;gt;crossDomainSessionSecurity&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-value&amp;gt;false&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;load-on-startup&amp;gt;2&amp;lt;/load-on-startup&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;    &lt;/span&gt;&amp;lt;/servlet&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;…&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;url-pattern&amp;gt;/dwr/*&amp;lt;/url-pattern&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;    &lt;/span&gt;&amp;lt;/servlet-mapping&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: teal;&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;All call on my development server works fine but when try to
use my application on the test environment I have a “forbidden error”.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;The test environment is accessible via an URL mapping and after
some investigations I found the problem:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;In the DEV environment the application is accessible via
this URL:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://localhost:7001/myApp&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7001/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;A DWR call has naturally the URL&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://localhost:7001/myApp/dwr/plaincall/ajax.myFunc.dwr&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7001/myApp/dwr/plaincall/ajax.myFunc.dwr&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;But in the Test environment the application is accessible
via the URL:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://myenterprise.be/mySection/myApp&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://myenterprise.be/mySection/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;The URL mapping redirects all requests to the URL&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://testmachinename:7001/myApp&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://testMachineName:7001/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;When I check the DWR calls I see that the URL is not complete!
The URL build by DWR is:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://myentreprise.be/myApp/dwr/plaincall/ajax.myFunc.dwr&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://myentreprise.be/myApp/dwr/plaincall/ajax.myFunc.dwr&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;As you can see “mySection” is missing.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;I don’t find the way to configure my application to solve
this problem.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Can you help me?&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Best regards&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;karibou&lt;/p&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/URL-Mapping-problem-tp26592910p26593330.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26593016</id>
	<title>Re: URL Mapping problem</title>
	<published>2009-12-01T06:46:23Z</published>
	<updated>2009-12-01T06:46:23Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">&lt;a href=&quot;http://slurm.dojotoolkit.org/dwr/server/servlet/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://slurm.dojotoolkit.org/dwr/server/servlet/index.html&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://slurm.dojotoolkit.org/dwr/server/servlet/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;Try using the overridePath init param.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Dec 1, 2009 at 7:40 AM, Jean-Marc Leyman &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26593016&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmleyman@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;


&lt;p class=&quot;MsoNormal&quot;&gt;Hi all, &lt;br&gt;
&lt;br&gt;
I&amp;#39;m a JAVA developer but I’m newbie with DWR and I must deploy an application
on a Weblogic server with an URL mapping resolver.&lt;br&gt;
&lt;br&gt;
I have set in my web.xml file the servlet like this: &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&amp;lt;servlet&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;display-name&amp;gt;DWR Servlet&amp;lt;/display-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;servlet-class&amp;gt;org.directwebremoting.servlet.DwrServlet&amp;lt;/servlet-class&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;         &lt;/span&gt;&amp;lt;param-name&amp;gt;debug&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;         &lt;/span&gt;&amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;      &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-name&amp;gt;logLevel&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-value&amp;gt;info&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-name&amp;gt;crossDomainSessionSecurity&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;            &lt;/span&gt;&amp;lt;param-value&amp;gt;false&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;load-on-startup&amp;gt;2&amp;lt;/load-on-startup&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;    &lt;/span&gt;&amp;lt;/servlet&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;…&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;        &lt;/span&gt;&amp;lt;url-pattern&amp;gt;/dwr/*&amp;lt;/url-pattern&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;    &lt;/span&gt;&amp;lt;/servlet-mapping&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:10pt;font-family:&amp;quot;Courier New&amp;quot;;color:teal&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;All call on my development server works fine but when try to
use my application on the test environment I have a “forbidden error”.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;The test environment is accessible via an URL mapping and after
some investigations I found the problem:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;In the DEV environment the application is accessible via
this URL:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://localhost:7001/myApp&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7001/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;A DWR call has naturally the URL&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://localhost:7001/myApp/dwr/plaincall/ajax.myFunc.dwr&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7001/myApp/dwr/plaincall/ajax.myFunc.dwr&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;But in the Test environment the application is accessible
via the URL:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://myenterprise.be/mySection/myApp&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://myenterprise.be/mySection/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;The URL mapping redirects all requests to the URL&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://testmachinename:7001/myApp&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://testMachineName:7001/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;When I check the DWR calls I see that the URL is not complete!
The URL build by DWR is:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://myentreprise.be/myApp/dwr/plaincall/ajax.myFunc.dwr&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://myentreprise.be/myApp/dwr/plaincall/ajax.myFunc.dwr&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;As you can see “mySection” is missing.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;I don’t find the way to configure my application to solve
this problem.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Can you help me?&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Best regards&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;karibou&lt;/p&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/URL-Mapping-problem-tp26592910p26593016.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26592910</id>
	<title>URL Mapping problem</title>
	<published>2009-12-01T06:40:28Z</published>
	<updated>2009-12-01T06:40:28Z</updated>
	<author>
		<name>karibou</name>
	</author>
	<content type="html">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;meta name=&quot;ProgId&quot; content=&quot;Word.Document&quot;&gt;&lt;meta name=&quot;Generator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;meta name=&quot;Originator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;link rel=&quot;File-List&quot; href=&quot;file:///C:%5CDOCUME%7E1%5Cbe326469%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Hi all, &lt;br&gt;
&lt;br&gt;
I&amp;#39;m a JAVA developer but I’m newbie with DWR and I must deploy an application
on a Weblogic server with an URL mapping resolver.&lt;br&gt;
&lt;br&gt;
I have set in my web.xml file the servlet like this: &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&amp;lt;servlet&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;      &lt;/span&gt;&amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;      &lt;/span&gt;&amp;lt;display-name&amp;gt;DWR Servlet&amp;lt;/display-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;      &lt;/span&gt;&amp;lt;servlet-class&amp;gt;org.directwebremoting.servlet.DwrServlet&amp;lt;/servlet-class&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;      &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;         &lt;/span&gt;&amp;lt;param-name&amp;gt;debug&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;         &lt;/span&gt;&amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;      &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;      &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;&amp;lt;param-name&amp;gt;logLevel&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;&amp;lt;param-value&amp;gt;info&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;        &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;        &lt;/span&gt;&amp;lt;init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;&amp;lt;param-name&amp;gt;crossDomainSessionSecurity&amp;lt;/param-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;            &lt;/span&gt;&amp;lt;param-value&amp;gt;false&amp;lt;/param-value&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;        &lt;/span&gt;&amp;lt;/init-param&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;        &lt;/span&gt;&amp;lt;load-on-startup&amp;gt;2&amp;lt;/load-on-startup&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;    &lt;/span&gt;&amp;lt;/servlet&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;…&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;&quot;&gt;&lt;span style=&quot;&quot;&gt;        &lt;/span&gt;&amp;lt;url-pattern&amp;gt;/dwr/*&amp;lt;/url-pattern&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;&quot;&gt;    &lt;/span&gt;&amp;lt;/servlet-mapping&amp;gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: &amp;quot;Courier New&amp;quot;; color: teal;&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;All call on my development server works fine but when try to
use my application on the test environment I have a “forbidden error”.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;The test environment is accessible via an URL mapping and after
some investigations I found the problem:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;In the DEV environment the application is accessible via
this URL:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://localhost:7001/myApp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7001/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;A DWR call has naturally the URL&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://localhost:7001/myApp/dwr/plaincall/ajax.myFunc.dwr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7001/myApp/dwr/plaincall/ajax.myFunc.dwr&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;But in the Test environment the application is accessible
via the URL:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://myenterprise.be/mySection/myApp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myenterprise.be/mySection/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;The URL mapping redirects all requests to the URL&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://testmachinename:7001/myApp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://testMachineName:7001/myApp&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;When I check the DWR calls I see that the URL is not complete!
The URL build by DWR is:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://myentreprise.be/myApp/dwr/plaincall/ajax.myFunc.dwr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myentreprise.be/myApp/dwr/plaincall/ajax.myFunc.dwr&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;As you can see “mySection” is missing.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;I don’t find the way to configure my application to solve
this problem.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Can you help me?&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Best regards&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;karibou&lt;/p&gt;


&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/URL-Mapping-problem-tp26592910p26592910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26592526</id>
	<title>Re: dwr &amp; namespace in javascript</title>
	<published>2009-12-01T06:19:20Z</published>
	<updated>2009-12-01T06:19:20Z</updated>
	<author>
		<name>Selim Ober</name>
	</author>
	<content type="html">Thank you Mike&lt;br&gt;And sorry for my late reply, we were in a national holiday ;)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 27, 2009 at 1:45 PM, Mike Wilson &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mikewse@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;



&lt;div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;Hi Selim,&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;DWR doesn&amp;#39;t yet support &amp;quot;namespaced&amp;quot; creators / RemoteProxies. There is 
an open ticket for it here:&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;a href=&quot;http://bugs.directwebremoting.org/jira/browse/DWR-391&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;http://bugs.directwebremoting.org/jira/browse/DWR-391&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;and we hope to get this in for 3.0.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;Best regards&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;Mike Wilson&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;
&lt;blockquote style=&quot;border-left: 2px solid rgb(0, 0, 0); padding-left: 5px; margin-left: 5px; margin-right: 0px;&quot;&gt;
  &lt;div dir=&quot;ltr&quot; lang=&quot;en-us&quot; align=&quot;left&quot;&gt;
  &lt;hr&gt;
  &lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;&lt;b&gt;From:&lt;/b&gt; Selim Ober 
  [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592526&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selim.ober@...&lt;/a&gt;] &lt;br&gt;&lt;b&gt;Sent:&lt;/b&gt; den 25 november 2009 
  10:42&lt;br&gt;&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592526&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;br&gt;&lt;b&gt;Subject:&lt;/b&gt; [dwr-user] dwr 
  &amp;amp; namespace in javascript&lt;br&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;
  &lt;div&gt;&lt;/div&gt;Hello,&lt;br&gt;&lt;br&gt;I have several classes in Java which I export them 
  using annotations.&lt;br&gt;The problem is they are created in the global 
  namespace.&lt;br&gt;&lt;br&gt;Is it possible to configure the module in which the 
  javascript counterparts of java classes are populated in the browser?&lt;br&gt;Like 
  myapp.dwr.RemoteBean for example?&lt;br&gt;&lt;br&gt;&lt;br&gt;ps: using dwr 
3.0.rc1&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dwr---namespace-in-javascript-tp26509865p26592526.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584869</id>
	<title>Re: Is cleanup required after page close</title>
	<published>2009-11-30T16:52:06Z</published>
	<updated>2009-11-30T16:52:06Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">No.
&lt;br&gt;&lt;br&gt;Busyspin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks, David. &amp;nbsp;I should have clarified that I am refering to the 
&lt;br&gt;&amp;gt; client side. &amp;nbsp;Are there any javascript functions I should call to 
&lt;br&gt;&amp;gt; cleanup when the window is going to close? &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 30, 2009, at 6:52 PM, David Marginian &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Not to my knowledge. &amp;nbsp;DWR runs a clean up thread behind the scenes 
&lt;br&gt;&amp;gt;&amp;gt; that will remove old script sessions.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 30, 2009 at 3:24 PM, Mark Priest 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.priest@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.priest@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; I am using DWR with reverse AJax in &amp;quot;child&amp;quot; windows that I open
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; from a
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; main window using window.open(). &amp;nbsp;Is there anything I need to do to
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; free DWR resources when I close one of these child windows? &amp;nbsp;I know
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; that I need to use dwr.engine.setActiveReverseAjax(true); when I load
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; the pages, for example.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Mark
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; __________ Information from ESET NOD32 Antivirus, version of virus 
&lt;br&gt;&amp;gt; signature database 4649 (20091130) __________
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;__________ Information from ESET NOD32 Antivirus, version of virus signature database 4649 (20091130) __________
&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584869&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-cleanup-required-after-page-close-tp26583137p26584869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584316</id>
	<title>Re: Is cleanup required after page close</title>
	<published>2009-11-30T15:58:09Z</published>
	<updated>2009-11-30T15:58:09Z</updated>
	<author>
		<name>Mark Priest-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;&lt;div&gt;Thanks, David. &amp;nbsp;I should have clarified that I am refering to the client side. &amp;nbsp;Are there any javascript functions I should call to cleanup when the window is going to close? &amp;nbsp;&lt;br&gt;&lt;br&gt;On Nov 30, 2009, at 6:52 PM, David Marginian &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584316&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;Not to my knowledge. &amp;nbsp;DWR runs a clean up thread behind the scenes that will remove old script sessions.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 3:24 PM, Mark Priest &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584316&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.priest@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hi,&lt;br&gt;
&lt;br&gt;
I am using DWR with reverse AJax in &quot;child&quot; windows that I open from a&lt;br&gt;
main window using window.open(). &amp;nbsp;Is there anything I need to do to&lt;br&gt;
free DWR resources when I close one of these child windows? &amp;nbsp;I know&lt;br&gt;
that I need to use dwr.engine.setActiveReverseAjax(true); when I load&lt;br&gt;
the pages, for example.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Mark&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584316&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584316&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/blockquote&gt;&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-cleanup-required-after-page-close-tp26583137p26584316.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584259</id>
	<title>Re: Is cleanup required after page close</title>
	<published>2009-11-30T15:52:14Z</published>
	<updated>2009-11-30T15:52:14Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">Not to my knowledge.  DWR runs a clean up thread behind the scenes that will remove old script sessions.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 3:24 PM, Mark Priest &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584259&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.priest@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hi,&lt;br&gt;
&lt;br&gt;
I am using DWR with reverse AJax in &amp;quot;child&amp;quot; windows that I open from a&lt;br&gt;
main window using window.open().  Is there anything I need to do to&lt;br&gt;
free DWR resources when I close one of these child windows?  I know&lt;br&gt;
that I need to use dwr.engine.setActiveReverseAjax(true); when I load&lt;br&gt;
the pages, for example.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Mark&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584259&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584259&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-cleanup-required-after-page-close-tp26583137p26584259.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583137</id>
	<title>Is cleanup required after page close</title>
	<published>2009-11-30T14:24:40Z</published>
	<updated>2009-11-30T14:24:40Z</updated>
	<author>
		<name>Mark priest-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am using DWR with reverse AJax in &amp;quot;child&amp;quot; windows that I open from a
&lt;br&gt;main window using window.open(). &amp;nbsp;Is there anything I need to do to
&lt;br&gt;free DWR resources when I close one of these child windows? &amp;nbsp;I know
&lt;br&gt;that I need to use dwr.engine.setActiveReverseAjax(true); when I load
&lt;br&gt;the pages, for example.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583137&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583137&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-cleanup-required-after-page-close-tp26583137p26583137.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26571812</id>
	<title>RE: Custom Coverter Problem: how to get original JSON string?</title>
	<published>2009-11-30T01:45:02Z</published>
	<updated>2009-11-30T01:45:02Z</updated>
	<author>
		<name>mikewse</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3395&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN class=826233909-30112009&gt;Just to add to what David has already explained, the 
standard DWR remoting uses a custom marshalling scheme which is different from 
JSON. We&amp;nbsp;need to do this as we want to support cyclic data structures, 
which is something JSON cannot handle. The &quot;reference&quot; fields you see is 
actually part of this support, acting like &quot;pointers&quot; within the marshalled 
data.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN class=826233909-30112009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN class=826233909-30112009&gt;Best regards&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN class=826233909-30112009&gt;Mike Wilson&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;FONT face=Verdana&gt;&lt;/FONT&gt;Song Chao&amp;nbsp;wrote:&lt;SPAN class=826233909-30112009&gt;&lt;/SPAN&gt;&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;Thanks 
  for quick response. &lt;BR&gt;&lt;BR&gt;Some code in my convertor is:&lt;BR&gt;&amp;nbsp;public 
  Object convertInbound(Class paramType, InboundVariable iv, InboundContext 
  inctx) throws MarshallException&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
  {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String value = 
  iv.getValue();&lt;BR&gt;&amp;nbsp;&amp;nbsp; .....&lt;BR&gt;&amp;nbsp;When I pass a javaScript object 
  such as {a:1,b:[2,3]},&amp;nbsp; I got the value &quot;{a:reference:c0-e1, 
  b:reference:c0-e2}&quot;.But the form I want to get is like 
  ''{a:1,b:[2,3]}&quot;.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;
  &lt;DIV class=gmail_quote&gt;2009/11/30 David Marginian &lt;SPAN dir=ltr&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR&gt;
  &lt;BLOCKQUOTE class=gmail_quote style=&quot;PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid&quot;&gt;I 
    am pretty certain that the json string in convertInbound is the json string 
    sent from the client (built by DWR) - so it is the &quot;original&quot; json string. 
    &amp;nbsp;Not sure what you are having issues with but looking at the converter 
    code it should be pretty clear how to build a custom converter.
    &lt;DIV&gt;
    &lt;DIV&gt;&lt;/DIV&gt;
    &lt;DIV class=h5&gt;&lt;BR&gt;&lt;BR&gt;Song Chao wrote:&lt;BR&gt;
    &lt;BLOCKQUOTE class=gmail_quote style=&quot;PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid&quot;&gt;&amp;nbsp; 
      &amp;nbsp;I'm working on a custom map converter, and I need to get original 
      json string in convertInbound() method. I have studied DWR's MapConverter 
      source code, but failed to understand it. It seems that the original 
      javaScript object has already been extracted in a complex structure which 
      is hard for me to deal with.&lt;BR&gt;&amp;nbsp; &amp;nbsp;So I'm wondering what's the 
      simplest way to get the original json string back?&lt;BR&gt;&amp;nbsp; 
      &amp;nbsp;Thanks.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/DIV&gt;__________ 
    Information from ESET NOD32 Antivirus, version of virus signature database 
    4647 (20091129) __________&lt;BR&gt;&lt;BR&gt;The message was checked by ESET NOD32 
    Antivirus.&lt;BR&gt;&lt;BR&gt;&lt;A href=&quot;http://www.eset.com&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;---------------------------------------------------------------------&lt;BR&gt;To 
    unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571812&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;BR&gt;For additional 
    commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571812&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-Coverter-Problem%3A-how-to-get-original-JSON-string--tp26568714p26571812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26571302</id>
	<title>PLEASE REPLY URGENTLY</title>
	<published>2009-11-30T00:35:05Z</published>
	<updated>2009-11-30T00:35:05Z</updated>
	<author>
		<name>Mrs. Sarah Grant</name>
	</author>
	<content type="html">&lt;br&gt;--
&lt;br&gt;MY HUSBAND DEPOSITED 7.5 MILLION POUND WITH A BANK, I AM DYING, STAND-IN AS MY BENEFICIARY AND COLLECT THE FUND TO FINANCE CHARITY ORGANIZATION, REPLY TO: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571302&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shg56@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571302&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571302&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PLEASE-REPLY-URGENTLY-tp26571302p26571302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26569038</id>
	<title>Re: Custom Coverter Problem: how to get original JSON string?</title>
	<published>2009-11-29T19:11:10Z</published>
	<updated>2009-11-29T19:11:10Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">Yes, that is what I would expect. &amp;nbsp;That is how DWR builds up the 
&lt;br&gt;JavaScript string on the client side. &amp;nbsp;If you inspect the request you 
&lt;br&gt;will see this and that what you get in convertInbound is exactly what is 
&lt;br&gt;being sent to the server. &amp;nbsp;If you want to see how the JavaScript string 
&lt;br&gt;is formed on the client I suggest you look at engine.js (convertObject 
&lt;br&gt;function).
&lt;br&gt;&lt;br&gt;Song Chao wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks for quick response.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Some code in my convertor is:
&lt;br&gt;&amp;gt; &amp;nbsp;public Object convertInbound(Class paramType, InboundVariable iv, 
&lt;br&gt;&amp;gt; InboundContext inctx) throws MarshallException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String value = iv.getValue();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;.....
&lt;br&gt;&amp;gt; &amp;nbsp;When I pass a javaScript object such as {a:1,b:[2,3]}, &amp;nbsp;I got the 
&lt;br&gt;&amp;gt; value &amp;quot;{a:reference:c0-e1, b:reference:c0-e2}&amp;quot;.But the form I want to 
&lt;br&gt;&amp;gt; get is like ''{a:1,b:[2,3]}&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/30 David Marginian &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I am pretty certain that the json string in convertInbound is the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; json string sent from the client (built by DWR) - so it is the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;quot;original&amp;quot; json string. &amp;nbsp;Not sure what you are having issues with
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; but looking at the converter code it should be pretty clear how to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; build a custom converter.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Song Chao wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I'm working on a custom map converter, and I need to get
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; original json string in convertInbound() method. I have
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; studied DWR's MapConverter source code, but failed to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; understand it. It seems that the original javaScript object
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; has already been extracted in a complex structure which is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hard for me to deal with.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;So I'm wondering what's the simplest way to get the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; original json string back?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; __________ Information from ESET NOD32 Antivirus, version of virus
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; signature database 4647 (20091129) __________
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;__________ Information from ESET NOD32 Antivirus, version of virus signature database 4647 (20091129) __________
&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569038&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-Coverter-Problem%3A-how-to-get-original-JSON-string--tp26568714p26569038.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568964</id>
	<title>Re: Custom Coverter Problem: how to get original JSON  string?</title>
	<published>2009-11-29T19:02:40Z</published>
	<updated>2009-11-29T19:02:40Z</updated>
	<author>
		<name>Song Chao</name>
	</author>
	<content type="html">Thanks for quick response. &lt;br&gt;&lt;br&gt;Some code in my convertor is:&lt;br&gt; public Object convertInbound(Class paramType, InboundVariable iv, InboundContext inctx) throws MarshallException&lt;br&gt;    {&lt;br&gt;        String value = iv.getValue();&lt;br&gt;
   .....&lt;br&gt; When I pass a javaScript object such as {a:1,b:[2,3]},  I got the value &amp;quot;{a:reference:c0-e1, b:reference:c0-e2}&amp;quot;.But the form I want to get is like &amp;#39;&amp;#39;{a:1,b:[2,3]}&amp;quot;.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
2009/11/30 David Marginian &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568964&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I am pretty certain that the json string in convertInbound is the json string sent from the client (built by DWR) - so it is the &amp;quot;original&amp;quot; json string.  Not sure what you are having issues with but looking at the converter code it should be pretty clear how to build a custom converter.&lt;div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
Song Chao wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
    I&amp;#39;m working on a custom map converter, and I need to get original json string in convertInbound() method. I have studied DWR&amp;#39;s MapConverter source code, but failed to understand it. It seems that the original javaScript object has already been extracted in a complex structure which is hard for me to deal with.&lt;br&gt;

    So I&amp;#39;m wondering what&amp;#39;s the simplest way to get the original json string back?&lt;br&gt;
    Thanks.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4647 (20091129) __________&lt;br&gt;
&lt;br&gt;
The message was checked by ESET NOD32 Antivirus.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.eset.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568964&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568964&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-Coverter-Problem%3A-how-to-get-original-JSON-string--tp26568714p26568964.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568639</id>
	<title>Re: Custom Coverter Problem: how to get original JSON string?</title>
	<published>2009-11-29T18:43:41Z</published>
	<updated>2009-11-29T18:43:41Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">I am pretty certain that the json string in convertInbound is the json 
&lt;br&gt;string sent from the client (built by DWR) - so it is the &amp;quot;original&amp;quot; 
&lt;br&gt;json string. &amp;nbsp;Not sure what you are having issues with but looking at 
&lt;br&gt;the converter code it should be pretty clear how to build a custom 
&lt;br&gt;converter.
&lt;br&gt;&lt;br&gt;Song Chao wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I'm working on a custom map converter, and I need to get original 
&lt;br&gt;&amp;gt; json string in convertInbound() method. I have studied DWR's 
&lt;br&gt;&amp;gt; MapConverter source code, but failed to understand it. It seems that 
&lt;br&gt;&amp;gt; the original javaScript object has already been extracted in a complex 
&lt;br&gt;&amp;gt; structure which is hard for me to deal with.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; So I'm wondering what's the simplest way to get the original json 
&lt;br&gt;&amp;gt; string back?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;__________ Information from ESET NOD32 Antivirus, version of virus signature database 4647 (20091129) __________
&lt;br&gt;&lt;br&gt;The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26568639&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-Coverter-Problem%3A-how-to-get-original-JSON-string--tp26568714p26568639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26568714</id>
	<title>Custom Coverter Problem: how to get original JSON string?</title>
	<published>2009-11-29T18:25:45Z</published>
	<updated>2009-11-29T18:25:45Z</updated>
	<author>
		<name>Song Chao</name>
	</author>
	<content type="html">    I&amp;#39;m working on a custom map converter, and I need to get original json string in convertInbound() method. I have studied DWR&amp;#39;s MapConverter source code, but failed to understand it. It seems that the original javaScript object has already been extracted in a complex structure which is hard for me to deal with.&lt;br&gt;
&lt;div class=&quot;gmail_quote&quot;&gt;
    So I&amp;#39;m wondering what&amp;#39;s the simplest way to get the original json string back?&lt;br&gt;    Thanks.&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-Coverter-Problem%3A-how-to-get-original-JSON-string--tp26568714p26568714.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26559263</id>
	<title>(TPM)全面生产设备维护</title>
	<published>2009-11-28T20:22:46Z</published>
	<updated>2009-11-28T20:22:46Z</updated>
	<author>
		<name>请转需求人员-74</name>
	</author>
	<content type="html">(TPM)全面生产设备维护
&lt;br&gt;&lt;br&gt;时间地点：2009年12月4-5日 &amp;nbsp; &amp;nbsp; 深圳
&lt;br&gt;时间地点：2009年12月11-12 &amp;nbsp; &amp;nbsp; 苏州
&lt;br&gt;参加对象：企业生产部、设备管理部经理/主管/工程师/现场班组长及相关中高阶管理人员以及对TPM推行感兴趣之人士等
&lt;br&gt;学习费用：2600元/人含中餐，资料，合影，发票，茶点等；
&lt;br&gt;&lt;br&gt;咨询电话：020-80560638；020-85917945谢小姐（不需要此类信件请回复电邮至chinammc21@126.com退信）
&lt;br&gt;======================================================================================
&lt;br&gt;先进的设备管理是制造型企业降低成本，增加效益的最直接，最有效的途径。TPM活动就是以全员参与的小
&lt;br&gt;组方式，创建设计优良的设备系统，提高现有设备的最高限运用，实现安全性和高质量，防止错误发生，
&lt;br&gt;从而使企业达到降低成本和全面生产效率的提高。希望学员通过此次课程：
&lt;br&gt;从客户的角度出发，认识价值和发现制造过程中的浪费，并消除浪费
&lt;br&gt;了解TPM对企业的重要。OEE的计算和如何改善OEE。理解5S与TPM的关系。如何建立和维护设备的历史记录，
&lt;br&gt;评价目前的TPM水平。掌握实施TPM的方法。
&lt;br&gt;本课程将为学员提供大量的可操作性的格式化表格和成功案例讲解，供学员参考运用
&lt;br&gt;------------------------------------------------------------------------------------------
&lt;br&gt;讲师简介“汤纪国，MBA，精益LeanMaster、IE专家，精益项目负责人之一。
&lt;br&gt;于93被派往日本丰田总部接受为期1年的TPS培训，曾任丰田汽车公司生产主管、高级IE主管，熟悉精益生产
&lt;br&gt;流程优化，是国内最早接触精益生产思想的专家之一。
&lt;br&gt;后在Delphi德尔福公司（全球最大的汽车零部件供应商）担任设备维修经理、TPM负责人、精益生产经理等职。
&lt;br&gt;在上海通用汽车担任制造部经理、Kaizen小组组长，培训部主管，负责生产现场的持续改善，在其和同事共同
&lt;br&gt;努力下，使上海通用汽车成为通用在全球的第四家精益生产样板工厂。
&lt;br&gt;在一家美资电子公司担任技术厂长，在中国的七家工厂内负责推行精益生产技术。
&lt;br&gt;擅长于企业诊断、精益制造与拉动生产系统设计和改进，制造能力（设备、厂房布局及人力需求）规划，5S、
&lt;br&gt;KANBAN、Kaizen、价值流技术（VSM）与改进，全面生产效率改进（生产线平衡、快速转换）、JIT、流动制造、
&lt;br&gt;TPM、库存控制及内部物流系统设计、精益生产管理、现场效率改善、IE工程、供应链管理、6sigma管理等项目
&lt;br&gt;的培训和咨询。
&lt;br&gt;辅导过的部分项目有:某大型国际化纤制造业TPM实施顾问;在某汽车公司应用IE技术，采用模特排时法（MOD）优
&lt;br&gt;化车身装配线，提高劳动生产率20%；某汽车零部件企业精益管理和TPM咨询项目整体策划和实施顾问；在某电气
&lt;br&gt;公司推行全员生产维护（TPM），设备故障停台率降低30%；在某电器集团公司，做为精益生产（LP）体系项目总
&lt;br&gt;负责人，协调组织各个子项目，历经三年全面实施了精益生产体系；某大型IT制造业精益战略整体实施项目经理等。
&lt;br&gt;曾经培训和咨询过的部分客户有上海通用、上海大众、联合汽车电子、宝钢、贝岭股份、延锋伟世通、博尔达米
&lt;br&gt;克朗、三菱电梯、理光、TCL、ＤＥＬＬ、爱普生、柯达电子等近千余家企业。案例丰富，风趣生动，结合实际，
&lt;br&gt;对现场的丰厚经验及精益思想使学员感受到追求卓越，不断改善的意识。
&lt;br&gt;-----------------------------------------------------------------------------------------------
&lt;br&gt;1、TPM概述
&lt;br&gt;TPM的起源、概念、特色
&lt;br&gt;TPM活动的目标
&lt;br&gt;精益生产模式回顾
&lt;br&gt;TPM活动八大支柱
&lt;br&gt;TPM的组成部分（预防性维护和预见性维护）
&lt;br&gt;什么是预防性维护
&lt;br&gt;什么是预见性维护
&lt;br&gt;预防性维护案例讲解
&lt;br&gt;可靠性工程的运用
&lt;br&gt;如何提升维护工作的品质和效率
&lt;br&gt;2、设备关联分析
&lt;br&gt;设备故障损失原因分析与对策
&lt;br&gt;损失计算及数据收集
&lt;br&gt;评定目前的设备运行状态
&lt;br&gt;评价指标，机器利用率，设备停机时间等
&lt;br&gt;维护及维修成本
&lt;br&gt;TPM工作的优先顺序
&lt;br&gt;实例学习
&lt;br&gt;总体设备效率（OEE）
&lt;br&gt;什么是OEE
&lt;br&gt;认识OEE的三个构成因素：可用水平，运行水平，质量水平
&lt;br&gt;OEE计算要素与实例：根据设备维护的历史数据，选定单元，计算OEE
&lt;br&gt;OEE的计算与OEE损失的识别技巧
&lt;br&gt;如何改善OEE：评价目前的OEE水平，提出改进目标
&lt;br&gt;如何建立基于OEE的设备管理监控
&lt;br&gt;其他重要TPM指标：MTBF及MTTR的概念与应用实例
&lt;br&gt;3、TPM组织及职责界定
&lt;br&gt;TPM项目负责人：能力评定，确定项目需求，实施计划，职责。主管职责：监控，授权，促进合作。
&lt;br&gt;维护人员：制定、实施分级的PM计划，建立数据，紧急、日常的备件计划,与操作工合作并提供技术
&lt;br&gt;支持。操作员：5S检查、日常维护、维修申请，改进建议，促进TPM
&lt;br&gt;4、TPM活动的根基―5S与目视控制
&lt;br&gt;5S与TPM的关系
&lt;br&gt;现场设备维护的5S实施
&lt;br&gt;5S设备检查和清洁计划，（实施周期等定）
&lt;br&gt;目视管理概念
&lt;br&gt;目视管理在现场设备维护的作用
&lt;br&gt;如何通过目视管理改善设备故障
&lt;br&gt;实施设备维护的目视管理
&lt;br&gt;5S、TPM等级评定方法
&lt;br&gt;5、TPM系统实施的七大步骤
&lt;br&gt;识别维修需求及标识缺陷，实施初始的清洁和检查
&lt;br&gt;维修机器缺陷项目，消除影响失效的因素
&lt;br&gt;提出预防性维护计划，TPM小组建立操作工和维修人员的PM计划
&lt;br&gt;指导操作工掌握PM方法，以及早发现问题
&lt;br&gt;指导维修工掌握PM方法，使机器在失效前进行维修
&lt;br&gt;实施5S管理及组织活动，确保计划执行
&lt;br&gt;监控OEE，建立TPM指标，TPM评价系统
&lt;br&gt;案例学习
&lt;br&gt;6、TPM活动的维护
&lt;br&gt;SMED设定、换型换线时间改善技巧
&lt;br&gt;设备管理的标准化作业实施方法
&lt;br&gt;备品、备件使用管理计划
&lt;br&gt;分级维护能力建立,维护作业规范化
&lt;br&gt;间接部门的TPM活动,提倡部门间合作
&lt;br&gt;7、设备能力的持续改善：TPM的KAIZAN实施
&lt;br&gt;什么叫KAIZAN
&lt;br&gt;设备能力的改善方法论：CIP(持续改善流程)
&lt;br&gt;TPM的KAIZAN案例介绍
&lt;br&gt;==============================================================================================
&lt;br&gt;《(TPM)全面生产设备维护》报名回执表（请传真020-62351156）
&lt;br&gt;&lt;br&gt;参 会 单 位 名 称：_______________________________________________________
&lt;br&gt;&lt;br&gt;参 加 地 点： 口上海 &amp;nbsp;口深圳 &amp;nbsp; 口苏州
&lt;br&gt;&amp;nbsp;
&lt;br&gt;联系人：______________电话:________________传真:________________
&lt;br&gt;&lt;br&gt;邮件：______________ 参 会 人 数:_________人 费 用 ￥：_________元 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________ 
&lt;br&gt;&lt;br&gt;付款方式（请选择打“√”）： □1、现金 □2、转帐 □3、电汇 
&lt;br&gt;====================================================================================
&lt;br&gt;备注:请您把报名回执回传我司，为确保您报名无误,请您再次电话（020-80560638）确认!
&lt;br&gt;8、TPM推行十二阶段
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559263&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559263&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28TPM%29%E5%85%A8%E9%9D%A2%E7%94%9F%E4%BA%A7%E8%AE%BE%E5%A4%87%E7%BB%B4%E6%8A%A4-tp26559263p26559263.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558819</id>
	<title>供应商品质管理（SQM）实战</title>
	<published>2009-11-28T18:13:20Z</published>
	<updated>2009-11-28T18:13:20Z</updated>
	<author>
		<name>培训-65</name>
	</author>
	<content type="html">供应商品质管理（SQM）实战训练
&lt;br&gt;&lt;br&gt;时间地点：2009年12月26-27日 &amp;nbsp;上海
&lt;br&gt;时间地点：2010年1月9-10日 &amp;nbsp; &amp;nbsp;深圳
&lt;br&gt;学员对象：生产厂长、生产总监、生产经理、采购经理、采购主管、采购工程师、品质工程师、品质
&lt;br&gt;经理、（SQM）供应商品质管理人员、兼任（SQM）职能的品质工程师/经理、与（SQM）供应商品质管
&lt;br&gt;理相关人员等等。
&lt;br&gt;费用：2200元/人(包括培训、培训教材、两天午餐、以及上下午茶点等)
&lt;br&gt;认证费用：500元／人（不参加认证考试的学员无须交纳此费用）。
&lt;br&gt;&lt;br&gt;咨询电话：020-80560638；020-85917945 &amp;nbsp;谢小姐（不需要此类信件请回复电邮至chinammc21@126.com退信）
&lt;br&gt;-----------------------------------------------------------------------------------------
&lt;br&gt;课程特色：风格是深入浅出，集知识性、趣味性与活泼性与一起。形式包括：讲授、图示、多媒体教
&lt;br&gt;学、对话、互动、案例录像、客户代表分享等。讲师根据在世界五百强企业咨询和授课的经验，有的
&lt;br&gt;放矢地解答学员的提问和日常工作中的疑难问题。
&lt;br&gt;======================================================================================
&lt;br&gt;课程背景：品质――企业未来竞争的决战场
&lt;br&gt;血的教训--2007年，15年辛苦经营、销售额数亿、员工数千的广东省佛山市利达玩具有限公司毁于一
&lt;br&gt;个玩具门把手上，供应商供货的20公斤色粉质量问题使工厂关闭，被员工称为好老板的张树鸿上吊自
&lt;br&gt;杀！2008年毒奶门事件、毒鸡蛋事件等等，这一场由某一供应商供货的原材料或原料品质不过关而引
&lt;br&gt;发的重大、特大事故,引起了国内外人士、企业、国家、世界巨大震撼冲击,供应商品质管理（SQM）不
&lt;br&gt;过关直接关系到企业的生死存亡。这一切的一切，都归根到供应商品质管理（SQM）不过关、不到位。
&lt;br&gt;并由此引发了世界对中国制造产品质量的讨伐与贸易纠纷。中国制造产品再也无法回避品质管理这个
&lt;br&gt;世界课题，品质――企业未来竞争的决战场！
&lt;br&gt;制造业的竞争越激烈，企业的发展就越依靠供应链。来料品质差，交期不准，供应商配合不理想，缺乏
&lt;br&gt;品质意识，经常被投诉，错误重复出现，管理人员忙乱不堪等。这些问题之所以一直困扰我们，一个重
&lt;br&gt;要的原因就是企业的SQM不到位。
&lt;br&gt;本课程讲述了制造型企业供应商品质管理的实施纲要，针对企业普遍存在的物料供给问题，结合典型案
&lt;br&gt;例，有针对性地进行培训，使您理解精髓，掌握方法，汲取经验，是SQE和经理人职业化训练的首选课之一。
&lt;br&gt;======================================================================================
&lt;br&gt;培训收益
&lt;br&gt;理解SQM的思想，提高供应商质量意识，掌握品质管理的必备技能；
&lt;br&gt;建立健全供应商开发、选择和评估体系，通晓SQE工作方法；
&lt;br&gt;掌握供应商产品质量管理的原则、特点和技法
&lt;br&gt;运用SQE职能，制订品质计划，有效交流、沟通问题，协调处理品管事务；
&lt;br&gt;把握品管进程，理顺各运作环节与品质管理的关系；
&lt;br&gt;有效实施供应商考核、评审、指导、培训，提高供应链整体素质。
&lt;br&gt;======================================================================================
&lt;br&gt;课程大纲
&lt;br&gt;一、供应商品质管理（SQM）的内涵
&lt;br&gt;解读新时期品质的定义、本质，理解SQM
&lt;br&gt;SQE、人员的意识、认知与态度，行为、习惯与行动
&lt;br&gt;SQM战略，品管核心主线、工作原则
&lt;br&gt;供应商管理的内容、目的，供应链体系
&lt;br&gt;品质的成本与安全管理，业界的现状与未来趋势
&lt;br&gt;对客户的立场，满足客户与品质管理的关系，客户的满意、忠诚和依赖度
&lt;br&gt;&lt;br&gt;二、供应商的选择、评估与开发
&lt;br&gt;识别潜在供应商，方法、手段，合格登录，5R
&lt;br&gt;站在采购视角的供应商管理系统，在公司总体流程中的定位
&lt;br&gt;合格供应商认证的流程，体系认证，国际标准
&lt;br&gt;防范贸易、合作风险，质量风险预防，评价指标、措施，质量控制手段
&lt;br&gt;项目管理和新产品导入流程
&lt;br&gt;&lt;br&gt;三、采购过程品质管理
&lt;br&gt;品质协议、采购合约，承诺、责任，处置方式
&lt;br&gt;三种样板管理，签板、首件认可、确认
&lt;br&gt;APQP、新产品跟踪管理，产品技术指标、图纸、文件、零件规格书
&lt;br&gt;生产批准程序，生产能力的验证，批量生产的过程控制要求
&lt;br&gt;产品认证、认可，安全认证、型式检验、客户检验、第三方检验
&lt;br&gt;品质标准，ECN与工艺改良，防错管理，POKA-YOKE技术
&lt;br&gt;外协作、外包方品质管理
&lt;br&gt;成本、价格，高品质物料对企业整体品质成本和利润的影响
&lt;br&gt;降低供应商成本与降低物料进价的同步实施战略
&lt;br&gt;&lt;br&gt;四、SQE、SQM与质量检验
&lt;br&gt;供应商质量检验，送货、验收、接纳、退货、返补
&lt;br&gt;判定标准，AQL、AC、RE、C=0
&lt;br&gt;源头检验，阶段控制，IQC、IPQC、QC、TQC、FQC、QA、OQC、码头检验
&lt;br&gt;正常检查、加严检查和放宽检查，宽严程度
&lt;br&gt;供货异常控制手段，让步、特采、挑选、加工、不合格、
&lt;br&gt;标准化、作业指导书，日常生产过程的监控，预防管理
&lt;br&gt;日常质量改进活动报告，CAR、8D
&lt;br&gt;紧急质量事故处理，快速反应
&lt;br&gt;&lt;br&gt;五、供应商绩效考核
&lt;br&gt;供应商的日常管理，策划、目标、控制、跟进、改善
&lt;br&gt;KPI、指标系统解析
&lt;br&gt;供应商记分卡，每日、批次的评价，每周、月与年度考核
&lt;br&gt;供应商分级和再分级管理，考核结果处理
&lt;br&gt;建立有效辅导机制，提升执行力，给出解决方案
&lt;br&gt;&lt;br&gt;六、供应商关系管理
&lt;br&gt;三三制、管理制衡、危机意识、自主管理，不同级别关系管理
&lt;br&gt;SQM工作技巧，策划、培训、导入、督促、控制、改善，PDCA
&lt;br&gt;有效处理质量、交期和服务水平之间的矛盾
&lt;br&gt;供应商人际关系管理，供应工作协调会议
&lt;br&gt;中断处理、业务持续性计划，供应链处理原则，解决多方矛盾和纠纷
&lt;br&gt;战略合作与长期合作伙伴关系
&lt;br&gt;运用风险限定手段与分级技巧来管理基础差的供应商
&lt;br&gt;&lt;br&gt;七、供应商审核、现场质量评估
&lt;br&gt;访问、视察、蹲点、审核、现场评估
&lt;br&gt;检查表、审核基准、审核工具
&lt;br&gt;质量审核的涉及面，质量、环境、安全、社会责任、人力资源、培训、流动率
&lt;br&gt;快速响应、信赖管理，品质保证措施，过程能力管理
&lt;br&gt;供应商的QMS文件，完整与有效性，保持与改进
&lt;br&gt;供应商的供应商管理，物料质量控制，现场管理，产品和过程控制
&lt;br&gt;&lt;br&gt;八、供应商品质管理（SQM）常用管理工具
&lt;br&gt;时间管理、计划法、甘特图、头脑风暴法、流程图、因果矩阵、FMEA
&lt;br&gt;流程、程序、规范化、标准化、效率化
&lt;br&gt;新老QC七大手法
&lt;br&gt;QCC、5Why、8D、SPC
&lt;br&gt;设备、机器、量具、工具、夹具与治具管理，TPM与TQM
&lt;br&gt;&lt;br&gt;九、供应商品质管理（SQM）、团队合作与效率管理
&lt;br&gt;SQE的角色定位，供应商品质联络、管理、分析、指导
&lt;br&gt;组织架构对供应商管理的影响，垂直模式、跨部门小组、外包模式
&lt;br&gt;供应商质量管理人员的职位与企业的组织关系分析
&lt;br&gt;SQE和其他人员的职能分析，工作配合关系
&lt;br&gt;品管沟通技法、激励措施、交流与合作
&lt;br&gt;SQE绩效考核，指标和目标，供应商业绩管理
&lt;br&gt;======================================================================================
&lt;br&gt;导师简介：李广泰--中国杰出质量管理、供应链管理、生产管理全能型培训实战管理专家，粤港台企业管理
&lt;br&gt;研究中心理事长，工学硕士，高级工程师，清华大学深圳研究院MBA，先后在美、日、韩资外企，港台独资
&lt;br&gt;企业从事管理工作多年，历任工程部工程师、现场主管、品质经理、生产副总等职务，在十数载企管一线的
&lt;br&gt;摸爬滚打中积累了丰富的管理经验，尤其深谙品质、供应链、仓储、库存、生产、安全管理并拥有丰富的实
&lt;br&gt;战工作经验，对全面质量管理、生产现场管理与改善、现代仓储配送管理的最新技术、SPC、DOE、MSA、FMEA、
&lt;br&gt;TQM、QFD拥有丰富的实战工作经验,是著名实战派管理专家。对跨国公司输入的管理思想颇有研究，形成了独
&lt;br&gt;具特色的实干型制造企业管理方法和体系。李老师将历时十多年积累起来丰富的生产制造与管理经验，进行
&lt;br&gt;浓缩升华，于2000-2004年间，先后出版了《品质/生产/工程……部门主管跟我学》系列丛书:《卓越品质管
&lt;br&gt;控》、《仓储与物料管控》、《安全生产管理》、《生产管理学》、《电子行业ISO9001：2000实施技法与案
&lt;br&gt;例》、《生产现场管控》、《杰出跟单员》等书籍，受到企业界的高度重视�崭�予了极高的评价。李先生实
&lt;br&gt;践经验丰富、讲授过程列举大量案例、特别强调实用性和可操作性，深受听课人员的好评和尊敬.李老师拥有
&lt;br&gt;丰富的工厂精细化实战管理经验和坚实的技术指导功底，至今李老师为满足企业的实际需要，先后举办了供
&lt;br&gt;应商品质管理（SQM）、全面品质管理(TQM)实战、仓储管理与库存控制、生产管理、跟单管理、安全管理方
&lt;br&gt;面各类的内训、公开课程共计600多场，参训企业4000家左右，培养了一大批优秀的企业管理人才，目前主要
&lt;br&gt;分布在上海、深圳、广东、江浙地区大中型生产型企业。为国内企业质量管理、仓储与库存管理、生产管理、
&lt;br&gt;工厂精细化规范管理培训工作做出了突出贡献，透过学员研讨和习作,帮助学员学习提升现代全面品质管理最
&lt;br&gt;新技术，使学员获得相应收获，实实在在为企业解决了全面品质管理(TQM)及应用难题。
&lt;br&gt;=======================================================================================
&lt;br&gt;《供应商品质管理（SQM）实战训练》报名回执表（请传真020-62351156）
&lt;br&gt;&lt;br&gt;参 会 单 位 名 称：_______________________________________________________
&lt;br&gt;&lt;br&gt;参 加 地 点：口上海 &amp;nbsp; &amp;nbsp;口深圳
&lt;br&gt;&lt;br&gt;联系人：______________电话:________________传真:________________
&lt;br&gt;&lt;br&gt;邮件：______________ 参 会 人 数:_________人 费 用 ￥：_________元
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;付款方式（请选择打“√”）： □1、现金 □2、转帐 □3、电汇
&lt;br&gt;====================================================================================
&lt;br&gt;备注:请您把报名回执回传我司，为确保您报名无误,请您再次电话（020-80560638）确认!
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558819&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26558819&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%E4%BE%9B%E5%BA%94%E5%95%86%E5%93%81%E8%B4%A8%E7%AE%A1%E7%90%86%EF%BC%88SQM%EF%BC%89%E5%AE%9E%E6%88%98-tp26558819p26558819.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26551296</id>
	<title>EXCEL使用之数据分析</title>
	<published>2009-11-28T06:03:37Z</published>
	<updated>2009-11-28T06:03:37Z</updated>
	<author>
		<name>请转人事-80</name>
	</author>
	<content type="html">销售数据分析商业预测技术
&lt;br&gt;&lt;br&gt;时间地点：2009年12月25-26日 &amp;nbsp; &amp;nbsp;上海
&lt;br&gt;时间地点：2010年01月8-9日 &amp;nbsp; &amp;nbsp; &amp;nbsp;深圳
&lt;br&gt;时间地点：2010年01月15-16日 &amp;nbsp; &amp;nbsp;北京
&lt;br&gt;费 &amp;nbsp; &amp;nbsp;用：2600元/人（提供讲义、午餐、发票、茶点、赠送陈剑老师研发软件等）
&lt;br&gt;授课对象：市场总监、市场分析人员、销售主管、销售总监及其他对营销数据分析有兴趣的人士
&lt;br&gt;&lt;br&gt;咨询电话：020-80560638；020-85917945 &amp;nbsp;谢小姐（不需要此类信件请回复电邮至chinammc21@126.com退信）
&lt;br&gt;-------------------------------------------------------------------------------- 
&lt;br&gt;课程背景：市场营销是企业的命脉，然而，为数不少的的市场部、销售部工作人员
&lt;br&gt;由于缺乏营销分析的概念和方法，企业累积的大量数据得不到有效的利用，营销分
&lt;br&gt;析只停留在数据和信息的简单汇总和流水帐式的通报，缺乏对客户、业务、营销、
&lt;br&gt;竞争方面的深入分析，结果决策者只能凭着本能的反应来运作，决策存在很大的失
&lt;br&gt;误风险。本课程着眼于营销数据的分析和统计，教授如何挖掘数据背后的规律和隐
&lt;br&gt;含的信息。通过学习本课程您将可以掌握营销数据分析的重要概念和高级技能，提
&lt;br&gt;升科学管理和科学决策的水平。
&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;特别声明
&lt;br&gt;为了保证培训效果，请携带笔记本电脑并安装Office，并为Excel加载分析工具库。
&lt;br&gt;陈剑老师课程均赠送BladeOffice工具箱，请注意核对软件日期是否为培训当天日期以防假冒。
&lt;br&gt;----------------------------------------------------------------------------------
&lt;br&gt;课程大纲:
&lt;br&gt;一、导言
&lt;br&gt;互联网的高速发展加上市场竞争的加剧，使得数字化营销和精确营销进入了企业的视野，并引起了营销方式的巨大改变...
&lt;br&gt;1.用数字说话
&lt;br&gt;2.数字化营销新趋势
&lt;br&gt;3.精确营销循环
&lt;br&gt;4.实施营销数据分析的系统策划和实施
&lt;br&gt;5.数据分析与挖掘工具简介
&lt;br&gt;二、指标分析
&lt;br&gt;指标分析是一种快速的企业绩效分析手段，是衡量企业健康状况的健康指标， 本节对各类指标进行深入解析，
&lt;br&gt;并试图透视指标背后的隐含信息。
&lt;br&gt;1.销售绩效的评估与考核
&lt;br&gt;2.宏观市场指标
&lt;br&gt;3.公司经营状况指标
&lt;br&gt;4.客户相关指标
&lt;br&gt;5.市场营销指标
&lt;br&gt;6.对指标的细化分析，从数据的分布趋势深入分析指标
&lt;br&gt;7.如何将指标分解到相关影响因子
&lt;br&gt;8.案例演练
&lt;br&gt;三、常规收据收集和指标统计
&lt;br&gt;没有数据，营销分析就成了空中楼阁。本节介绍数据搜集的思路和方法，为营销分析奠定坚实的基础。
&lt;br&gt;1.指标统计方法与来源格式
&lt;br&gt;2.数据来源和收集途径
&lt;br&gt;3.数据搜集工具和手段
&lt;br&gt;4.数据表的规划和设计
&lt;br&gt;5.数据的有效期和保鲜
&lt;br&gt;6.将目标和KPI相连
&lt;br&gt;四、竞争分析
&lt;br&gt;企业总是在竞争中壮大，如果能提前预知竞争对手的信息和策略，企业更容易成功。
&lt;br&gt;1.市场竞争的四个层次
&lt;br&gt;2.如何界定竞争对手
&lt;br&gt;3.竞争对手数据收集
&lt;br&gt;4.需求的交叉弹性
&lt;br&gt;5.品牌转换矩阵
&lt;br&gt;6.行业竞争力分析
&lt;br&gt;7.竞争分析矩阵
&lt;br&gt;五、常用分析方法
&lt;br&gt;数据分析需要有实际的方法和手段，以下的方法将贯穿在本课程中进行学习和演练。
&lt;br&gt;1.方差分析
&lt;br&gt;2.时间序列分析和对比分析
&lt;br&gt;3.频数分析
&lt;br&gt;4.多业务条件动态分类汇总
&lt;br&gt;5.可视化分段与结构分析
&lt;br&gt;六、市场调查与置信度分析
&lt;br&gt;市场调研是合法获取数据的重要来源，也是快速了解市场反应的途径，本节讨论市场调查的策划和统计方法。
&lt;br&gt;1.如何策划一次市场调查
&lt;br&gt;2.常规调查方法和网上调查方法
&lt;br&gt;3.如何进行进行统计学上有效的抽样调查
&lt;br&gt;4.理解误差的来源分析
&lt;br&gt;5.调研成本的策划与控制
&lt;br&gt;6.如何对抽样结果进行统计
&lt;br&gt;7.通过置信度分析计算调查误差
&lt;br&gt;七、客户细分与精确营销
&lt;br&gt;无差别的大众媒体营销已经无法满足零和的市场环境下的竞争要求。精确营销是现在及未来的发展方向，而客户细分是精确营销的基础。
&lt;br&gt;1.精确营销大趋势
&lt;br&gt;2.客户细分的价值
&lt;br&gt;3.客户细分与“1对1营销”的区别
&lt;br&gt;4.基于数据驱动的细分介绍
&lt;br&gt;5.基于数据驱动的细分的几种方法
&lt;br&gt;6.客户数据库分析的RFM指标
&lt;br&gt;7.顾客的价值(VOC)测量
&lt;br&gt;8.基于聚类细分方法的演练
&lt;br&gt;9.细分结果的应用
&lt;br&gt;八、商业预测技术
&lt;br&gt;预测是企业重要的决策依据，企业通过预测技术可以估计下一季度、年度的市场规模、市场占有率、销售量等。
&lt;br&gt;1.预测模型的类型概述
&lt;br&gt;2.如何选择合适的预测模型
&lt;br&gt;3.基于时间序列的一元回归预测，例如
&lt;br&gt;&amp;nbsp;i. 如何预测公司明年、后年的营业收入
&lt;br&gt;&amp;nbsp;ii. 如何预测新年度生产成本
&lt;br&gt;4.多元回归分析：如何分析多个因素对目标值的影响程度，包含
&lt;br&gt;i.如何建立多变量业务预测模型
&lt;br&gt;ii.如何评估业务模型的有效性
&lt;br&gt;iii.企业外部变量（例如经济宏观数据）的选择和过滤
&lt;br&gt;iv.季节因素的时间序列回归分析
&lt;br&gt;5.回归分析演练：如何预测新市场的规模及制定发展目标
&lt;br&gt;--------------------------------------------------------------------------------------------
&lt;br&gt;讲师介绍：陈剑老师: 信息化专家、IPMA认证项目经理、MCSE、MCDBA、经济分析师，从业经验丰富，
&lt;br&gt;曾主持开发大型政府业务系统、银行办公系统、电信业务系统、工业自动化控制系统等，负责过OA、
&lt;br&gt;ERP、BI系统的集成与实施。历任项目经理，技术总监，副总经理等职务、熟悉整公司营运管理，财
&lt;br&gt;务管理、信息化管理、人事行政管理工作。
&lt;br&gt;陈老师近期培训企业：东方航空、中国山移动、交银施罗德、金茂集团、东风汽车、雅芳、亚洲纸业、
&lt;br&gt;亿道电子、纳贝斯克食品、南京广厦置业（集团）、天津嘉驰、上海汽轮机、伟巴斯特车顶供暖系统等企业。
&lt;br&gt;===============================================================================
&lt;br&gt;《销售数据分析商业预测技术》报名回执表（请传真020-62351156）
&lt;br&gt;&lt;br&gt;参会单位名称：_______________________________________________________
&lt;br&gt;&lt;br&gt;参加地点：口上海 口深圳 口北京
&lt;br&gt;&lt;br&gt;联系人：______________电话:________________传真:________________
&lt;br&gt;&lt;br&gt;邮件：______________参会人数:_________人费用￥：_________元
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;付款方式（请选择打“√”）：□1、现金□2、转帐□3、电汇
&lt;br&gt;====================================================================================
&lt;br&gt;备注:请您把报名回执回传我司，为确保您报名无误,请您再次电话（020-80560638）确认!
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551296&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551296&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/EXCEL%E4%BD%BF%E7%94%A8%E4%B9%8B%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90-tp26551296p26551296.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26549952</id>
	<title>绩效考核暨KPI+BSC实战</title>
	<published>2009-11-27T18:23:58Z</published>
	<updated>2009-11-27T18:23:58Z</updated>
	<author>
		<name>请转有关人事-72</name>
	</author>
	<content type="html">绩效考核暨KPI+BSC实战训练营
&lt;br&gt;&lt;br&gt;时间地点：2009年12月18-19日 &amp;nbsp; &amp;nbsp;深圳
&lt;br&gt;时间地点：2009年12月26-27日 &amp;nbsp; &amp;nbsp;上海
&lt;br&gt;时间地点：2010年1月15-16日 &amp;nbsp; &amp;nbsp; 广州
&lt;br&gt;&lt;br&gt;学员对象：董事长、总（副）经理、总监、企业中高阶主管及企业营销中高层管理人士。
&lt;br&gt;费　　用：2600元/人(包含：课程、讲义、午餐、茶点等费用)
&lt;br&gt;认证费用：中级600元/人;高级800元/人(参加认证考试的学员须交纳此费用，不参加认证考试的学员无须交纳)
&lt;br&gt;&lt;br&gt;咨询电话：020-80560638；020-85917945谢小姐（不需要此类信件请回复电邮至chinammc21@126.com退信）
&lt;br&gt;--------------------------------------------------------------------------------------
&lt;br&gt;课程目的：
&lt;br&gt;绩效管理是每个企业都会非常重视的一项工作。在从事咨询培训工作的这些年中，我发现企业对绩效管理的认识不断的深
&lt;br&gt;化，所面临的问题不停的变化。
&lt;br&gt;现在企业在绩效管理中所面临的问题早已不是当年的诸如：为什么要进行绩效管理，绩效管理循环是什么这类的基本问题
&lt;br&gt;了。而是非常具体的，非常现实的问题。
&lt;br&gt;　　问题一：运用事实评价还是运用感觉评价
&lt;br&gt;　　初一看这个问题，一般人的反应当然是运用事实评价，但是，你是否会想到，运用事实评价你会遇到一个问题，就是你所
&lt;br&gt;搜集到的事实，都会受到客观因素的影响，换句话说，总会又外部因素影响我们的评价。比如：销售收入是一个评价销售经理
&lt;br&gt;业绩的事实标准，销售收入除了受到销售经理自身的努力影响以外，产品质量、创新程度、交货期等等，都会影响销售经理销
&lt;br&gt;售收入目标的实现。如果销售收入目标一旦没有实现，销售肯定会找出诸如此类一大堆理由来证明销售目标没有实现，不是自
&lt;br&gt;己的原因造成的。其实，任何一个事实标准都会遇到此类问题。所以，看来运用事实评价存在一定的问题，那么，用感觉评价
&lt;br&gt;就没有问题了吗？回答是否定的，运用感觉评价问题会更多，因为不同人，对待同样一个事情的感觉是两样的。
&lt;br&gt;　　那么，到底是用事实评价，还是用感觉来评价呢？
&lt;br&gt;　　问题二：关键业绩与非关键业绩之间的矛盾
&lt;br&gt;　　所有推行了以KPI为核心的绩效管理的企业，都会遇到一个问题，既然是关键业绩，业绩指标不能太多，但是指标少了又无
&lt;br&gt;法覆盖工作的所有内容，这样就会产生一个矛盾，因为企业是一个整体，你会发现一个部门的关键业绩，往往取决于别的部门
&lt;br&gt;的配合，而别的部门的配合工作，对于这个部门又是一个非关键业绩，这样，就产生了一个两难问题，都考核，就会发现考核
&lt;br&gt;指标太多，不考核，又不全面。
&lt;br&gt;　　如何解决关键业绩与非关键业绩的矛盾呢？
&lt;br&gt;　　问题三：团队业绩与个体业绩的矛盾
&lt;br&gt;　　到底是按照团队的业绩来评价员工，还是按照个体的业绩来评价员工？这是我们绩效管理体系里面一定要涉及到的一个问
&lt;br&gt;题，每次培训的时候，我都会问一个问题“公司亏损了，但是公司的各部门中，有一个部门做的非常优秀，那么，到底要不要
&lt;br&gt;给这个部门发奖金呢？”一般会又两个答案，发或者不发。其实，这个问题的实质就是团队业绩与个体业绩之间的关系，我们
&lt;br&gt;经常会发现，团队业绩不好，但是个体业绩不见得不到，团队业绩好，个体业绩不见得好，那么，团队业绩和个体业绩到底是
&lt;br&gt;一个什么样的关系呢？
&lt;br&gt;　　问题四：考核如何与奖金挂钩
&lt;br&gt;　　几年前，曾经去过一家企业，企业的经理人问了我一个问题，说公司所处的行业受到宏观环境影响很大。去年，公司和他
&lt;br&gt;签订了目标责任状，由于宏观环境向好，他年底大大的超过了年初所制定的目标，按照目标责任状所规定的内容，他的奖金该
&lt;br&gt;多发好多倍，但是领导确没有给他发，他问题如何看到这样的问题。类似这样的问题我经常遇到，我们将奖金与考核成绩挂钩
&lt;br&gt;，本来是为了激励员工。但是，我们所考核的指标，往往会受到外部环境的影响，这样就可能实现了目标，不见得是做的好。
&lt;br&gt;没有实现目标，不见得是做的不好。如果这样，我们拿这样的考核成绩和奖金挂钩，就不是在激励员工了，而变成赌谁运气好
&lt;br&gt;了，诸如此类的问题比比皆是，那么，我们的考核成绩如何与被考核者的奖金挂钩才更有效呢？
&lt;br&gt;　　问题五：为什么员工不愿意做的更好
&lt;br&gt;　　很多企业制定目标的时候，你们发现员工很多员工明明可以大大的超过公司所规定的目标，但是他绝对不会这样做，因为
&lt;br&gt;这样做的会又两个不利于他的后果产生：第一，今年超额实现了目标，那么，明天会定更高的目标，实现目标的难度会大很多，
&lt;br&gt;第二，他做到太好，显的别的同事就太差了，他在这个团队内部是难以生存的。如何让员工制定更合理的目标呢？
&lt;br&gt;　　问题六：推行的问题
&lt;br&gt;　　很多人力资源经理经常向我诉苦，说公司让人力资源部门推行绩效管理，但是人力资源部门势单力孤，很难推行的很顺畅。
&lt;br&gt;我们知道，推行绩效管理，要讲究科学，也就是目标指标制定的方法要讲究科学。但是同时也不要忘记，管理也是艺术。运用
&lt;br&gt;不同的手段，选择不同的时机，不行的形式推行，结果会完全不同，这一点甚至比管理技术对推行效果的影响还大，那么，推
&lt;br&gt;行的时候要注意一些什么问题呢？
&lt;br&gt;　　问题七：短期利益与长期利益的问题
&lt;br&gt;　　问题八:短期考核与长期考核的问题
&lt;br&gt;　　问题九：…………
&lt;br&gt;　　总之，在绩效管理实施过程中，会遇到一系列类似的问题，如果这些问题不得到圆满的解决，绩效管理的效果也会打了很
&lt;br&gt;大的折扣。本次课程会围绕这些问题展开，主要讲述设计绩效管理体系的方法，KPI设定的思路以及推进绩效管理的方式。
&lt;br&gt;----------------------------------------------------------------------------------------------
&lt;br&gt;培训内容：
&lt;br&gt;一．推行KPI与绩效管理体系需要解决的三大问题
&lt;br&gt;1、企业建立绩效体系所面临的方法问题；
&lt;br&gt;　　以感觉为基础判断还是以事实为基础判断？
&lt;br&gt;　　短期考核还是长期考核？
&lt;br&gt;　　短期利益还是长期利益？
&lt;br&gt;　　关键业绩还是非关键业绩？
&lt;br&gt;　　绩效管理如何与战略接口？
&lt;br&gt;　　KPI成绩与奖金挂钩的问题？
&lt;br&gt;2、经理人与员工的认识对推行绩效管理的影响；
&lt;br&gt;　　传统文化对绩效管理的影响
&lt;br&gt;　　为什么不愿意做第一名？
&lt;br&gt;　　为什么推行绩效管理这么困难？
&lt;br&gt;3、管理基础对推行KPI的影响
&lt;br&gt;二．KPI操作中的几个基本问题
&lt;br&gt;1、什么是目标与指标
&lt;br&gt;2、KPI指标的基本属性与操作注意要点
&lt;br&gt;　　为什么评价起来感觉很难操作――刻度问题；
&lt;br&gt;　　他们为什么不接受这些考核指标――可控性问题
&lt;br&gt;　　为什么考核这些指标后适得其反――行为问题
&lt;br&gt;3、KPI指标的类型与各个类型KPI指标操作中的注意点：财务非财务、时点时期、定量定性、长周期短周期，总量相对
&lt;br&gt;三．建立KPI体系的方式方法：
&lt;br&gt;　　如何在公司建立KPI体系呢？方法很多，各种方法的适用范围是什么？企业又高层、中层、基层，怎样保证各个层次的KPI指标层层关联？
&lt;br&gt;1、通过工作分析，明确职责，然后根据职位说明书找KPI指标的操作模式与优点缺点与适用范围
&lt;br&gt;2、责任会计考核模式的优点缺点
&lt;br&gt;3、价值树的操作模式与优点缺点
&lt;br&gt;4、鱼骨图与头脑风暴法
&lt;br&gt;四．平衡计分卡
&lt;br&gt;1、平衡计分卡只是从四个角度找指标吗？――平衡计分卡的本质；
&lt;br&gt;2、战略与平衡计分卡有什么关系？――战略与战略地图；
&lt;br&gt;3、平衡计分卡是按照长期、中期、还是短期计划制定？――平衡计分卡与企业的长期、中期、短期规划；
&lt;br&gt;4、平衡计算分卡就是四个纬度吗？
&lt;br&gt;5、公司级的平衡计分卡如何落实到各个部门呢？――平衡计分卡的落实；
&lt;br&gt;五．价值树、鱼骨图、平衡计分卡的对比
&lt;br&gt;1、各种找指标方法的优缺点；
&lt;br&gt;2、每种方法的适用范围；
&lt;br&gt;3、如何运用各种方式，在企业简历上下关联的KPI指标体系的几个模式
&lt;br&gt;六．如何分解KPI
&lt;br&gt;　　KPI如果不分解落实下去，就会失去了基础，但是分解KPI的过程中会遇到很多问题，比如：一个kpi指标和好多部门都有关系，到底考核谁好呢？
&lt;br&gt;　　如何解决这些问题呢？如何将KPI分解落实下去呢？
&lt;br&gt;1、如何分解KpI――上一级指标与下级指标的关系
&lt;br&gt;2、分解指标的2种基本方法
&lt;br&gt;3、按照驱动因素分解KPI指标，3种基本的模式
&lt;br&gt;4、分解KPI指标的注意问题：权利对指标分解的影响、组织结构的影响、指标的冲突性等
&lt;br&gt;七．指标词典的编制
&lt;br&gt;　　指标找到了就万事大吉了？还存在什么问题呢？为什么需要定义KPI，怎样定义KPI?
&lt;br&gt;1、为什么需要定义KPI
&lt;br&gt;2、KPI的计算公式需要注意哪些问题
&lt;br&gt;3、KPI的数据的准确性如何保障？
&lt;br&gt;4、几个有问题的KPI的定义的分析；
&lt;br&gt;八．确定目标――KPI的计分方式
&lt;br&gt;　　找到了衡量指标就可以了嘛？如何确定目标呢？超过了目标应该计多少分？没有达到目标应该得多少分？
&lt;br&gt;1、设定目标的痛苦；
&lt;br&gt;2、设定目标的几个注意问题；
&lt;br&gt;3、如何让下属主动把目标定的最合适――联合基法
&lt;br&gt;4、什么时候做到了该加分，什么时候该扣分――KPI的计分方法；
&lt;br&gt;九．绩效管理的周期
&lt;br&gt;年底成绩是每个月成绩的加总嘛？年考核考什么？月考考核什么？不同的业务类型与职能部门在考核的周期上有什么区别呢？
&lt;br&gt;1、年考考什么？月考考什么？
&lt;br&gt;2、长周期与短周期；
&lt;br&gt;3、不同层次与职能部门的周期；
&lt;br&gt;4、如何设置KPI指标权重――指标的组合方式
&lt;br&gt;十．主基二元考核法
&lt;br&gt;　　关注了关键业绩指标，非关键业绩指标怎么办？不关注非关键业绩指标是否会出问题？
&lt;br&gt;　　如果全面关注关键业绩指标和非关键业绩指标，资源是否够用？如何解决这个问题呢？
&lt;br&gt;1、KPI所无法解决的问题；
&lt;br&gt;2、主要绩效与基础绩效的关系；
&lt;br&gt;3、如何在实践中运用主基二元考核法；
&lt;br&gt;十一．KPI与薪酬挂钩
&lt;br&gt;　　考核如果无法落实到个人利益上，往往是无效的，那么，运用了KPI后，如何与薪酬挂钩呢？
&lt;br&gt;1、按照团队的业绩给员工发奖金，还是按照个体的业绩发奖金？
&lt;br&gt;2、奖金的规则是应该明确还是模糊？
&lt;br&gt;3、因为外部因素导致业绩大起大落，奖金该怎末发？
&lt;br&gt;4、奖金的发放比例与发放周期？
&lt;br&gt;十二．推行绩效管理所遇到的问题与对策；
&lt;br&gt;　　推行KPI不只是人力资源部门或者企管部门的事情，KPI在推行过程中有哪些问题与难点呢？
&lt;br&gt;1、推行绩效管理的组织模式与各个部门的职责；
&lt;br&gt;2、推行的程序；
&lt;br&gt;3、公司政治与绩效管理的推行
&lt;br&gt;4、绩效管理与企业文化；
&lt;br&gt;------------------------------------------------------------------------------------------
&lt;br&gt;培训讲师：蔡巍
&lt;br&gt;　　蔡巍---国内知名的人力资源管理实务专家，工商管理硕士，权威人力资源管理实战专家，特别在绩效与薪酬体系
&lt;br&gt;设计方面有很深的造诣，形成了自己特有的实战方法；曾为大型企业集团、上市公司、连锁业集团、高科技公司等多个
&lt;br&gt;行业的众多企业进行过全面的人力资源咨询服务。是《中国经营报》、《人力资本》等多家媒体专栏的特约撰稿人和专
&lt;br&gt;家评论员
&lt;br&gt;　　蔡先生近几年出版的书籍有：《奔跑的蜈蚣：如何以考核促进成长》、《吹口哨的黄牛：以薪酬留住人才》、《KPI
&lt;br&gt;，“关键绩效”指引成功》、《BSC，“平衡计分”保证发展》，受到企业的高度重视，和给予极高的评介。
&lt;br&gt;　　曾经辅导与参加过蔡老师培训的企业有：万科、中兴通讯、东风汽车、东软集团、中国石油股份、TCL、青岛啤酒、
&lt;br&gt;振杰国际、创维集团、徐工集团、三一重工、粤高速、农业银行、北京网通、山西移动、河南移动、宁波成路集团、东风
&lt;br&gt;学铁龙、雪铁龙、中国电信、广州西婷化妆品、万家乐燃气热水器、格力空调、南航、新疆华世丹药业、南方李锦记、首
&lt;br&gt;信集团、光明维他奶、华工科技、达实智能、拓邦电子、武汉高创集团、华美集团等企业。
&lt;br&gt;-----------------------------------------------------------------------------------
&lt;br&gt;《绩效考核暨KPI+BSC实战训练营》报名回执表（请传真020-62351156）
&lt;br&gt;&lt;br&gt;参会单位名称：_______________________________________________________
&lt;br&gt;&lt;br&gt;参加地点：口上海 口深圳 口广州 口北京
&lt;br&gt;&lt;br&gt;联系人：______________电话:________________传真:________________
&lt;br&gt;&lt;br&gt;邮件：______________参会人数:_________人费用￥：_________元
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;参会人：___________所任职务：____________移动电话：_____________
&lt;br&gt;&lt;br&gt;付款方式（请选择打“√”）：□1、现金□2、转帐□3、电汇
&lt;br&gt;====================================================================================
&lt;br&gt;备注:请您把报名回执回传我司，为确保您报名无误,请您再次电话（020-80560638）确认!
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549952&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549952&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%E7%BB%A9%E6%95%88%E8%80%83%E6%A0%B8%E6%9A%A8KPI%2BBSC%E5%AE%9E%E6%88%98-tp26549952p26549952.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26544171</id>
	<title>Re: DWR: Unable to deal with heterogeneus collections</title>
	<published>2009-11-27T07:49:50Z</published>
	<updated>2009-11-27T07:49:50Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">Like I said, I believe I have fixed this in trunk. &lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 27, 2009 at 7:54 AM, Francisco P. &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544171&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;luxspes@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
davidmarginian wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Actually, let me give you some more info here.  I believe I recently fixed&lt;br&gt;
&amp;gt; this but the fix has not been released.  So this won&amp;#39;t be an issue when we&lt;br&gt;
&amp;gt; finally release RC2.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;This is happening to me with DWR 2.0.5 (I have not tried with DWR 3.0)&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt; In the meantime my guess is your Java method takes a Map.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;It takes a List&amp;lt;Map&amp;gt; (a list of maps) but the problems is I can not further&lt;br&gt;
specify that I&lt;br&gt;
need it to process both List&amp;lt;Map&amp;lt;String,List&amp;gt;&amp;gt; and List&amp;lt;Map&amp;lt;String,String&amp;gt;&amp;gt;&lt;br&gt;
(some of the values in the maps inside the main list might be Lists, and&lt;br&gt;
others might be Strings.&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt;  In that case yes,&lt;br&gt;
&amp;gt; there will be a problem here.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Yes.&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt;   I would suggest creating a bean with an array&lt;br&gt;
&amp;gt; field and passing the bean instead of a map - that will resolve this&lt;br&gt;
&amp;gt; issue.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Yes, found that if I change the my java method to take a List&amp;lt;Bean&amp;gt; where&lt;br&gt;
the Bean class has some string properties (and some List properties) it&lt;br&gt;
works fine for now, but the thing is in other places that I might receive&lt;br&gt;
different dynamic combinations of Strings and Lists... and then no Bean&lt;br&gt;
class will ever be a match for what I need...&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26543468.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26543468.html&lt;/a&gt;&lt;br&gt;

&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the DWR - Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544171&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26544171&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26544171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26543468</id>
	<title>Re: DWR: Unable to deal with heterogeneus collections</title>
	<published>2009-11-27T06:54:52Z</published>
	<updated>2009-11-27T06:54:52Z</updated>
	<author>
		<name>Francisco P.</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;davidmarginian wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Actually, let me give you some more info here. &amp;nbsp;I believe I recently fixed
&lt;br&gt;this but the fix has not been released. &amp;nbsp;So this won't be an issue when we
&lt;br&gt;finally release RC2.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
This is happening to me with DWR 2.0.5 (I have not tried with DWR 3.0)
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-message&quot;&gt;In the meantime my guess is your Java method takes a Map. 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
It takes a List&amp;lt;Map&amp;gt; (a list of maps) but the problems is I can not further specify that I
&lt;br&gt;need it to process both List&amp;lt;Map&amp;lt;String,List&amp;gt;&amp;gt; and List&amp;lt;Map&amp;lt;String,String&amp;gt;&amp;gt; &amp;nbsp;(some of the values in the maps inside the main list might be Lists, and others might be Strings.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-message&quot;&gt;&amp;nbsp;In that case yes,
&lt;br&gt;there will be a problem here.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Yes.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-message&quot;&gt;&amp;nbsp; I would suggest creating a bean with an array
&lt;br&gt;field and passing the bean instead of a map - that will resolve this issue.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Yes, found that if I change the my java method to take a List&amp;lt;Bean&amp;gt; where the Bean class has some string properties (and some List properties) it works fine for now, but the thing is in other places that I might receive different dynamic combinations of Strings and Lists... and then no Bean class will ever be a match for what I need...&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26543468.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26541366</id>
	<title>RE: Package Creaters and converters</title>
	<published>2009-11-27T03:47:37Z</published>
	<updated>2009-11-27T03:47:37Z</updated>
	<author>
		<name>mikewse</name>
	</author>
	<content type="html">This is about setting up creators with wildcards, right?
&lt;br&gt;Despite of not being mentioned in its title, this functionality
&lt;br&gt;is actually part of this ticket:
&lt;br&gt;&lt;a href=&quot;http://bugs.directwebremoting.org/jira/browse/DWR-391&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.directwebremoting.org/jira/browse/DWR-391&lt;/a&gt;&lt;br&gt;that we hope to implement for 3.0.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Best regards
&lt;br&gt;Mike Wilson
&lt;br&gt;&lt;br&gt;David Marginian wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Anyone else have opinions on this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dhafir Moussa wrote:
&lt;br&gt;&amp;gt; &amp;gt; Re: &amp;quot;you could potentially expose things you did not intend to.&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; Fair point. I think with discipline it can be controlled. We are 
&lt;br&gt;&amp;gt; &amp;gt; running a big application with more than 35 remoted 
&lt;br&gt;&amp;gt; classes, all sit 
&lt;br&gt;&amp;gt; &amp;gt; in one package. Our remote classes are very thin with no business 
&lt;br&gt;&amp;gt; &amp;gt; logic (delegates). So it would be nice just to throw a 
&lt;br&gt;&amp;gt; class there and 
&lt;br&gt;&amp;gt; &amp;gt; get it to be created by default.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Re: &amp;lt;convert converter=&amp;quot;bean&amp;quot; match=&amp;quot;com.example.**&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; That works! I didn't realize you can use ** in the match&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks David,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Daniel,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Thu, Nov 26, 2009 at 1:43 PM, David Marginian 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; 1) &amp;nbsp;&amp;lt;convert converter=&amp;quot;enum&amp;quot; match=&amp;quot;com.example.*&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; 2) Haven't thought much about this, and I am not sure it is a
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; great idea as you could potentially expose things you did not
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; intend to.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; 3) &amp;lt;convert converter=&amp;quot;bean&amp;quot; match=&amp;quot;com.example.**&amp;quot;/&amp;gt; 
&lt;br&gt;&amp;gt; should work
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; fine, you may need the latest from trunk.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; Dhafir Moussa wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I know in DWR we have package bean converter 
&lt;br&gt;&amp;gt; defined like this:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;convert converter=&amp;quot;bean&amp;quot; match=&amp;quot;com.example.*&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1- Can we have a similar - package scoped - enum converter?
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2- Can we have a similar - package scoped - remote class
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; creater? say:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; create creator=&amp;quot;new&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;class&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;hnz.remote.*&amp;quot; /&amp;gt; &amp;lt;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3- Can we get the package converter to include 
&lt;br&gt;&amp;gt; sub-packages as
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; well? Currently it converts all the beans in the declared
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; package level only.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Daniel
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; __________ Information from ESET NOD32 Antivirus, 
&lt;br&gt;&amp;gt; version of virus
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; signature database 4635 (20091125) __________
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Dhafir Moussa
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; __________ Information from ESET NOD32 Antivirus, version of 
&lt;br&gt;&amp;gt; virus signature database 4637 (20091125) __________
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541366&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Package-Creaters-and-converters-tp26522690p26541366.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26541350</id>
	<title>RE: dwr &amp; namespace in javascript</title>
	<published>2009-11-27T03:45:40Z</published>
	<updated>2009-11-27T03:45:40Z</updated>
	<author>
		<name>mikewse</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3395&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;FONT face=Verdana size=2&gt;Hi Selim,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;FONT face=Verdana size=2&gt;DWR doesn't yet support &quot;namespaced&quot; creators / RemoteProxies. There is 
an open ticket for it here:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;A href=&quot;http://bugs.directwebremoting.org/jira/browse/DWR-391&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=Verdana size=2&gt;http://bugs.directwebremoting.org/jira/browse/DWR-391&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;FONT face=Verdana size=2&gt;and we hope to get this in for 3.0.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;FONT face=Verdana size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;FONT face=Verdana size=2&gt;Best regards&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=594344311-27112009&gt;&lt;FONT face=Verdana size=2&gt;Mike Wilson&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; Selim Ober 
  [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541350&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;selim.ober@...&lt;/a&gt;] &lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; den 25 november 2009 
  10:42&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541350&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; [dwr-user] dwr 
  &amp;amp; namespace in javascript&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;/DIV&gt;Hello,&lt;BR&gt;&lt;BR&gt;I have several classes in Java which I export them 
  using annotations.&lt;BR&gt;The problem is they are created in the global 
  namespace.&lt;BR&gt;&lt;BR&gt;Is it possible to configure the module in which the 
  javascript counterparts of java classes are populated in the browser?&lt;BR&gt;Like 
  myapp.dwr.RemoteBean for example?&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;ps: using dwr 
3.0.rc1&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dwr---namespace-in-javascript-tp26509865p26541350.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537845</id>
	<title>Re: DWR: Unable to deal with heterogeneus collections</title>
	<published>2009-11-26T20:30:25Z</published>
	<updated>2009-11-26T20:30:25Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">Actually, let me give you some more info here.  I believe I recently fixed this but the fix has not been released.  So this won&amp;#39;t be an issue when we finally release RC2.&lt;br&gt;&lt;br&gt;In the meantime my guess is your Java method takes a Map.  In that case yes, there will be a problem here.  I would suggest creating a bean with an array field and passing the bean instead of a map - that will resolve this issue.&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 26, 2009 at 8:15 PM, David Marginian &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537845&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
DWR deals with this perfectly fine.  You must be doing something else wrong. &lt;br&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 26, 2009 at 3:14 PM, Francisco P. &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537845&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;luxspes@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
I am having a problem where I create in JavaScript&lt;br&gt;
an array, that has javascript objects (maps),&lt;br&gt;
most of the values of for the properties of this objects are strings&lt;br&gt;
but one of them is an array of strings..&lt;br&gt;
Here is an example:&lt;br&gt;
&lt;br&gt;
[{name=Jose,friends=[Mary,Albert]}, {name=Peter,friends=[Matt,Bill]}]&lt;br&gt;
&lt;br&gt;
The thing is that when I recieve this on the Java side, I only see:&lt;br&gt;
&lt;br&gt;
[{name=Jose,friends=weirdnumbers}, {name=Peter,friends=weirdnumbers}]&lt;br&gt;
&lt;br&gt;
Is there anything I can do to inform DWR that my map is heterogeneous (some&lt;br&gt;
values are Strings and others are Arrays)?&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26535589.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26535589.html&lt;/a&gt;&lt;br&gt;


Sent from the DWR - Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537845&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537845&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26537845.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537489</id>
	<title>Re: DWR basic question -issue with Demo.sayHello function</title>
	<published>2009-11-26T19:17:17Z</published>
	<updated>2009-11-26T19:17:17Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">Try calling you say hello function from the dwr test page please.&lt;br&gt;&lt;br&gt;http://localhost:yourport/dwr/index.html&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 26, 2009 at 6:54 PM, Rsha Vidy &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vidyrsha@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;&quot; valign=&quot;top&quot;&gt;
Hi,&lt;br&gt;&lt;br&gt;I am  a newbie to dwr. I am trying to run Demo.sayHello example from DWR main site. But I am getting this error  &lt;br&gt;&lt;br&gt;demo.sayHello is not a function&lt;br&gt;update()demo.jsp (line 16)&lt;br&gt;function onclick(event) { update(); }(click clientX=226, clientY=19)1 (line 2)&lt;br&gt;
[Break on this error] demo.sayHello(name, function(data) {\r\n&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is my code&lt;br&gt;______________&lt;br&gt;&lt;br&gt;dwr.xml&lt;br&gt;-------------------&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;
&amp;lt;!DOCTYPE dwr PUBLIC&lt;br&gt;    &amp;quot;-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN&amp;quot;&lt;br&gt;    &amp;quot;&lt;a href=&quot;http://getahead.org/dwr/dwr20.dtd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://getahead.org/dwr/dwr20.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;
&amp;lt;dwr&amp;gt; &lt;br&gt;  &amp;lt;allow&amp;gt;&lt;br&gt;        &amp;lt;create creator=&amp;quot;new&amp;quot; javascript=&amp;quot;demo&amp;quot;&amp;gt;&lt;br&gt;         &amp;lt;param name=&amp;quot;class&amp;quot;
 value=&amp;quot;com.demo.Demo&amp;quot;/&amp;gt;&lt;br&gt;            &amp;lt;include method=&amp;quot;sayHello&amp;quot;/&amp;gt;&lt;br&gt;        &amp;lt;/create&amp;gt;&lt;br&gt;  &amp;lt;/allow&amp;gt; &lt;br&gt;&amp;lt;/dwr&amp;gt;&lt;br&gt;&lt;br&gt;Demo class&lt;br&gt;------------------------&lt;br&gt;&lt;br&gt;package com.demo;&lt;br&gt;
public class Demo {&lt;br&gt;    public String sayHello(String name) {&lt;br&gt;        return &amp;quot;Hello, &amp;quot; + name;&lt;br&gt;    }&lt;br&gt;}&lt;br&gt;&lt;br&gt;Added DWRServlet info in web.xml&lt;br&gt;----------------------------------------------------&lt;br&gt;
  &amp;lt;servlet&amp;gt;&lt;br&gt;      &amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;br&gt;      &amp;lt;display-name&amp;gt;DWR Servlet&amp;lt;/display-name&amp;gt;&lt;br&gt;      &amp;lt;servlet-class&amp;gt;org.directwebremoting.servlet.DwrServlet&amp;lt;/servlet-class&amp;gt;&lt;br&gt;
     
 &amp;lt;init-param&amp;gt;&lt;br&gt;         &amp;lt;param-name&amp;gt;debug&amp;lt;/param-name&amp;gt;&lt;br&gt;         &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;&lt;br&gt;      &amp;lt;/init-param&amp;gt;&lt;br&gt;   &amp;lt;/servlet&amp;gt;&lt;br&gt;&lt;br&gt;   &amp;lt;servlet-mapping&amp;gt;&lt;br&gt;
      &amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;br&gt;      &amp;lt;url-pattern&amp;gt;/dwr/*&amp;lt;/url-pattern&amp;gt;&lt;br&gt;    &amp;lt;/servlet-mapping&amp;gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------&lt;br&gt;demo.jsp&lt;br&gt;
------------------&lt;br&gt;demo.jsp&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;&lt;br&gt;&amp;lt;head&amp;gt;&lt;br&gt;&amp;lt;title&amp;gt;Demo&amp;lt;/title&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;#39;&amp;lt;%=request.getContextPath()%&amp;gt;/dwr/engine.js&amp;#39;&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;script
 type=&amp;quot;text/javascript&amp;quot;&lt;br&gt;src=&amp;#39;&amp;lt;%=request.getContextPath()%&amp;gt;/dwr/interface/demo.js&amp;#39;&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;  src=&amp;#39;&amp;lt;%=request.getContextPath()%&amp;gt;/dwr/util.js&amp;#39;&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;script&amp;gt;&lt;br&gt;&lt;br&gt;function update() {&lt;br&gt;  var name = dwr.util.getValue(&amp;quot;demoName&amp;quot;);&lt;br&gt;  demo.sayHello(name, function(data) {&lt;br&gt;    dwr.util.setValue(&amp;quot;demoReply&amp;quot;, data);&lt;br&gt;  });&lt;br&gt;}&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;&amp;lt;p&amp;gt;&lt;br&gt;  Name:&lt;br&gt;  &amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;demoName&amp;quot;/&amp;gt;&lt;br&gt;  &amp;lt;input value=&amp;quot;Send&amp;quot; type=&amp;quot;button&amp;quot; onclick=&amp;quot;update()&amp;quot;/&amp;gt;&lt;br&gt;
  &amp;lt;br/&amp;gt;&lt;br&gt;  Reply: &amp;lt;span id=&amp;quot;demoReply&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br&gt;&amp;lt;/p&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;****************************************************&lt;br&gt;&lt;br&gt;I am not sure what I am missing. Can anyone please help me in resolving this issue. Thank you so much in
 advance.&lt;br&gt;&lt;br&gt;-Vidy&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br&gt;

      &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR-basic-question--issue-with-Demo.sayHello-function-tp26537069p26537489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537475</id>
	<title>Re: DWR: Unable to deal with heterogeneus collections</title>
	<published>2009-11-26T19:15:23Z</published>
	<updated>2009-11-26T19:15:23Z</updated>
	<author>
		<name>davidmarginian</name>
	</author>
	<content type="html">DWR deals with this perfectly fine.  You must be doing something else wrong. &lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 26, 2009 at 3:14 PM, Francisco P. &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;luxspes@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
I am having a problem where I create in JavaScript&lt;br&gt;
an array, that has javascript objects (maps),&lt;br&gt;
most of the values of for the properties of this objects are strings&lt;br&gt;
but one of them is an array of strings..&lt;br&gt;
Here is an example:&lt;br&gt;
&lt;br&gt;
[{name=Jose,friends=[Mary,Albert]}, {name=Peter,friends=[Matt,Bill]}]&lt;br&gt;
&lt;br&gt;
The thing is that when I recieve this on the Java side, I only see:&lt;br&gt;
&lt;br&gt;
[{name=Jose,friends=weirdnumbers}, {name=Peter,friends=weirdnumbers}]&lt;br&gt;
&lt;br&gt;
Is there anything I can do to inform DWR that my map is heterogeneous (some&lt;br&gt;
values are Strings and others are Arrays)?&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26535589.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26535589.html&lt;/a&gt;&lt;br&gt;

Sent from the DWR - Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537475&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537475&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26537475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537069</id>
	<title>DWR basic question -issue with Demo.sayHello function</title>
	<published>2009-11-26T17:54:19Z</published>
	<updated>2009-11-26T17:54:19Z</updated>
	<author>
		<name>Rsha Vidy</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;I am&amp;nbsp; a newbie to dwr. I am trying to run Demo.sayHello example from DWR main site. But I am getting this error&amp;nbsp; &lt;br&gt;&lt;br&gt;demo.sayHello is not a function&lt;br&gt;update()demo.jsp (line 16)&lt;br&gt;function onclick(event) { update(); }(click clientX=226, clientY=19)1 (line 2)&lt;br&gt;[Break on this error] demo.sayHello(name, function(data) {\r\n&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is my code&lt;br&gt;______________&lt;br&gt;&lt;br&gt;dwr.xml&lt;br&gt;-------------------&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br&gt;&amp;lt;!DOCTYPE dwr PUBLIC&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &quot;-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN&quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &quot;http://getahead.org/dwr/dwr20.dtd&quot;&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;dwr&amp;gt; &lt;br&gt;&amp;nbsp; &amp;lt;allow&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;create creator=&quot;new&quot; javascript=&quot;demo&quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param name=&quot;class&quot;
 value=&quot;com.demo.Demo&quot;/&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;include method=&quot;sayHello&quot;/&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/create&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/allow&amp;gt; &lt;br&gt;&amp;lt;/dwr&amp;gt;&lt;br&gt;&lt;br&gt;Demo class&lt;br&gt;------------------------&lt;br&gt;&lt;br&gt;package com.demo;&lt;br&gt;public class Demo {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public String sayHello(String name) {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return &quot;Hello, &quot; + name;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;}&lt;br&gt;&lt;br&gt;Added DWRServlet info in web.xml&lt;br&gt;----------------------------------------------------&lt;br&gt;&amp;nbsp; &amp;lt;servlet&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;display-name&amp;gt;DWR Servlet&amp;lt;/display-name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;servlet-class&amp;gt;org.directwebremoting.servlet.DwrServlet&amp;lt;/servlet-class&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &amp;lt;init-param&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt;debug&amp;lt;/param-name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/init-param&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/servlet&amp;gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;lt;servlet-mapping&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;servlet-name&amp;gt;dwr-invoker&amp;lt;/servlet-name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url-pattern&amp;gt;/dwr/*&amp;lt;/url-pattern&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/servlet-mapping&amp;gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------&lt;br&gt;demo.jsp&lt;br&gt;------------------&lt;br&gt;demo.jsp&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;&lt;br&gt;&amp;lt;head&amp;gt;&lt;br&gt;&amp;lt;title&amp;gt;Demo&amp;lt;/title&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;script type=&quot;text/javascript&quot; src='&amp;lt;%=request.getContextPath()%&amp;gt;/dwr/engine.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;script
 type=&quot;text/javascript&quot;&lt;br&gt;src='&amp;lt;%=request.getContextPath()%&amp;gt;/dwr/interface/demo.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;nbsp; src='&amp;lt;%=request.getContextPath()%&amp;gt;/dwr/util.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;script&amp;gt;&lt;br&gt;&lt;br&gt;function update() {&lt;br&gt;&amp;nbsp; var name = dwr.util.getValue(&quot;demoName&quot;);&lt;br&gt;&amp;nbsp; demo.sayHello(name, function(data) {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dwr.util.setValue(&quot;demoReply&quot;, data);&lt;br&gt;&amp;nbsp; });&lt;br&gt;}&lt;br&gt;&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;&amp;lt;p&amp;gt;&lt;br&gt;&amp;nbsp; Name:&lt;br&gt;&amp;nbsp; &amp;lt;input type=&quot;text&quot; id=&quot;demoName&quot;/&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;input value=&quot;Send&quot; type=&quot;button&quot; onclick=&quot;update()&quot;/&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;br/&amp;gt;&lt;br&gt;&amp;nbsp; Reply: &amp;lt;span id=&quot;demoReply&quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br&gt;&amp;lt;/p&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;****************************************************&lt;br&gt;&lt;br&gt;I am not sure what I am missing. Can anyone please help me in resolving this issue. Thank you so much in
 advance.&lt;br&gt;&lt;br&gt;-Vidy&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR-basic-question--issue-with-Demo.sayHello-function-tp26537069p26537069.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26535589</id>
	<title>DWR: Unable to deal with heterogeneus collections</title>
	<published>2009-11-26T14:14:47Z</published>
	<updated>2009-11-26T14:14:47Z</updated>
	<author>
		<name>Francisco P.</name>
	</author>
	<content type="html">I am having a problem where I create in JavaScript
&lt;br&gt;an array, that has javascript objects (maps),
&lt;br&gt;most of the values of for the properties of this objects are strings
&lt;br&gt;but one of them is an array of strings..
&lt;br&gt;Here is an example:
&lt;br&gt;&lt;br&gt;[{name=Jose,friends=[Mary,Albert]}, {name=Peter,friends=[Matt,Bill]}]
&lt;br&gt;&lt;br&gt;The thing is that when I recieve this on the Java side, I only see:
&lt;br&gt;&lt;br&gt;[{name=Jose,friends=weirdnumbers}, {name=Peter,friends=weirdnumbers}]
&lt;br&gt;&lt;br&gt;Is there anything I can do to inform DWR that my map is heterogeneous (some values are Strings and others are Arrays)?
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DWR%3A-Unable-to-deal-with-heterogeneus-collections-tp26535589p26535589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525002</id>
	<title>解决销售团队长期激励与考核</title>
	<published>2009-11-25T22:51:22Z</published>
	<updated>2009-11-25T22:51:22Z</updated>
	<author>
		<name>请转需求人员-71</name>
	</author>
	<content type="html">彻底解决销售团队长期激励与绩效考核
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;――从09年起使业务员自己想玩命干
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;时间地点：2009年12月5-6日 &amp;nbsp; &amp;nbsp; 北京 
&lt;br&gt;时间地点：2009年12月12-13日 &amp;nbsp; 上海 
&lt;br&gt;时间地点：2009年12月19-20日 &amp;nbsp; 深圳
&lt;br&gt;培训费用：2860元/人（含培训费、教材费、午餐费、茶点费等）
&lt;br&gt;培训对象：企业负责人、销售团队负责人、人力资源负责人、销售内部政策制定者、销售团队管理者
&lt;br&gt;&lt;br&gt;咨询电话：020-80560638；020-85917945 &amp;nbsp;谢小姐（不需要此类信件请回复电邮至chinammc21@126.com退信）
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;课程简介：如果企业管理层集体参加，则可迅速共同提升达成一致问题排列：您遇到过这些情况之一二？
&lt;br&gt;1．为什么有些业务员就是不努力？ 
&lt;br&gt;2．为什么有些人干到一定业绩就不再努力？
&lt;br&gt;3．业务员忙的忙死闲的闲死，闲着的一脸迷茫，不知道在想些什么。
&lt;br&gt;4．为什么总是最好的业务员走掉？他们想要什么？
&lt;br&gt;5．为什么新人成才率很低，年流动率很高，怎么办？
&lt;br&gt;6．留下往往是比较差的，我们炒也不是留也不行如鸡肋？
&lt;br&gt;7．为什么团队中有“亮点”，但多数人就是不行？怎么让强手起到带领作用？
&lt;br&gt;8．团队各级都有负责人，但实际上各干各的，还是象一盘散沙不能形成合力？
&lt;br&gt;9．“飞单”、“泄密”、“吃回扣”甚至“卷货款”,为什么总会有人“干坏事”？
&lt;br&gt;10．奖金永远是太少地，费用永远是不够地，任务永远是太多地
&lt;br&gt;11．怎样让业务员保持对企业的忠诚，大家一条心，做到企业与员工共发展？
&lt;br&gt;12．怎么能使业务员自己愿意玩命干？有没有简单可行办法彻底解决业务队伍的
&lt;br&gt;　　激励、绩效考核、费用控制难题？
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;培训目的：以成套政策制度为主体，用一系列手段达成长期激励
&lt;br&gt;1．明晰人们玩命干的基本道理
&lt;br&gt;2．了解控制人们不敢做坏事的思路
&lt;br&gt;3．熟练运用销售政策和制度掌控全局
&lt;br&gt;4．创造理想内部环境
&lt;br&gt;5．研究企业文化、环境，研究当个好领导
&lt;br&gt;让企业中每个人各自发挥所长的同时，又互相帮助配合，成为名副其实的销售团队
&lt;br&gt;简单价值：如果我们的队伍中有一个业务员有一个月不努力，则我们将至少损失
&lt;br&gt;2,000元工资和费用，如果多一个人努力，则我们可能多挣20,000元
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;课程特点：
&lt;br&gt;1．以管理思想为引导，使领导善于综合思维
&lt;br&gt;2．以实际案例为示范，使企业掌握管理技巧
&lt;br&gt;3．现场解决企业经常遇到的实际问题，把复杂的事情简单化
&lt;br&gt;4．学不会不算，顺便带走成套管理办法
&lt;br&gt;5．本课题自2007年开始，已经开课26次，学员普遍反映“实用、实惠”,课后大量
&lt;br&gt;再寻支持，并要求内训。汪老师也经常挤时间热情帮助各种企业研究办法。
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;课程大纲：
&lt;br&gt;第一篇　我们总有困惑――团队状况不尽如人意
&lt;br&gt;&lt;br&gt;一：老板养活业务员还是业务员养活老板？
&lt;br&gt;故事：50个业务员
&lt;br&gt;二：年轻人错位的心态
&lt;br&gt;故事：自报工资
&lt;br&gt;三：员工对社会地位的期望远远高于自身的能力
&lt;br&gt;故事：不会用计算机
&lt;br&gt;四：钱未必是吸引人的主要手段
&lt;br&gt;故事：我爸给我钱
&lt;br&gt;五： 人员频繁跳槽
&lt;br&gt;故事：流动率300%
&lt;br&gt;六：沟通和融合的难度
&lt;br&gt;故事：开宝马上班，我爸给钱，比你有钱
&lt;br&gt;七：我会去告你
&lt;br&gt;故事：不干你也得发工资
&lt;br&gt;八：我要当老板
&lt;br&gt;社会调查：有多少人想当老板？为什么要当老板？
&lt;br&gt;九：人才从来就是稀缺资源
&lt;br&gt;现象：人才市场
&lt;br&gt;十：谁来带新人？谁能带新人？怎样带新人？
&lt;br&gt;故事：挖沟去
&lt;br&gt;问题归纳：
&lt;br&gt;第一类问题：谁在干活？为什么要干？
&lt;br&gt;第二类问题：团队组织管理
&lt;br&gt;第三类问题：批量开发客户
&lt;br&gt;不是问题的问题
&lt;br&gt;&lt;br&gt;第二篇　销售人员心态分析――团队管理的思路和模型
&lt;br&gt;一：人们为信仰而战？
&lt;br&gt;故事：红军从困境中走出，伊斯兰恐怖主义
&lt;br&gt;二：“兔子”是动力是关键
&lt;br&gt;故事：赛狗
&lt;br&gt;三：给自己干活才有劲
&lt;br&gt;故事：天安门抢花事件
&lt;br&gt;四：最符合中国人习惯的方式是？
&lt;br&gt;故事：中国改革的起点与成功――毛泽东、邓小平
&lt;br&gt;五：利益链条
&lt;br&gt;故事：互相帮助保障质量
&lt;br&gt;六：大兔子小兔子，跑得快吃大的――政策引导人们努力
&lt;br&gt;故事：大家全都一样
&lt;br&gt;&lt;br&gt;第三篇 &amp;nbsp;整合销售政策作为激励的主要手段，彻底完成绩效考核与费用控制
&lt;br&gt;案例：梯次销售政策
&lt;br&gt;　销售政策第一部分：设立阶梯式任务与收入，拉开差距
&lt;br&gt;（示范与分析）销售政策第一部分：工资与奖金
&lt;br&gt;第一节 任职资格与任务
&lt;br&gt;第二节 薪酬构成与计算方法（方法1：工资与奖金分列法）
&lt;br&gt;第二节 薪酬构成与计算方法（方法2：总薪酬法）
&lt;br&gt;第二节 薪酬构成与计算方法（方法3：重叠薪酬法）
&lt;br&gt;第三节 &amp;nbsp;辅助岗位工资与奖金规定
&lt;br&gt;　销售政策第二部分：业绩计算与薪酬发放
&lt;br&gt;业绩计算范本：
&lt;br&gt;练习：制定政策，游戏：寻找规律
&lt;br&gt;&amp;nbsp; 销售政策第三部分：销售费用――管好兜里的钱
&lt;br&gt;故事：邯钢经验故事：便后冲水
&lt;br&gt;费用管理之一：费用政策原则与基本方法――额度加比例（范本）
&lt;br&gt;故事：别向我要钱
&lt;br&gt;费用管理之二：各种费用项目报销标准
&lt;br&gt;费用管理之三：费用使用规定（范本）
&lt;br&gt;费用管理之四：新入员工薪酬与费用规定
&lt;br&gt;销售政策第四部分：明年后年怎么办
&lt;br&gt;案例：一次做5年的制度，好使就不换
&lt;br&gt;&lt;br&gt;第四篇　人在其位――人力资源
&lt;br&gt;人力资源之一构建销售部组织框架――明确各级人员的位置和隶属关系
&lt;br&gt;故事：我怎么这么多上司
&lt;br&gt;案例：基本组织架构
&lt;br&gt;人力资源之二构建个人职务规范――任职资格?岗位职责?任职考评（范本）
&lt;br&gt;人力资源之三把他们绑在一起
&lt;br&gt;故事：小脚老太太PK警察
&lt;br&gt;人力资源之四招聘与入职规定――用人无忧
&lt;br&gt;故事：公司的电话丢了
&lt;br&gt;案例：看你敢干坏事
&lt;br&gt;范本：担保、保密、喜报
&lt;br&gt;人力资源之五在职培训范本
&lt;br&gt;人力资源之六工作区域与产品划分
&lt;br&gt;人力资源之七招聘与入职规定
&lt;br&gt;人力资源之八人员移动
&lt;br&gt;人力资源之九团队拆分与合并
&lt;br&gt;人力资源之十在职培训
&lt;br&gt;人力资源之十一福利
&lt;br&gt;人力资源之十二奖励
&lt;br&gt;本篇小结：人为本，人力资源是企业发展的基础，是管理的基础。
&lt;br&gt;&lt;br&gt;第五篇　信仰和文化――不可或缺的精神力量
&lt;br&gt;互动：你来试试老板的苦处
&lt;br&gt;精神体系之一：让员工体会当老板――留人和做大的最好办法
&lt;br&gt;案例：你才应该找工作
&lt;br&gt;精神体系之二：文化体系――企业之魂
&lt;br&gt;精神体系之三：企业的生存依靠销售――我们已经站在制高点
&lt;br&gt;精神体系之四：员工心理管理――轻松快乐工作
&lt;br&gt;精神体系之五：人要有希望
&lt;br&gt;故事：有车有房有美女
&lt;br&gt;&lt;br&gt;第六篇 &amp;nbsp;制定游戏细则――完善日常管理
&lt;br&gt;故事：随地方便
&lt;br&gt;行政事务之一日常基础管理制度――有序一般行政事项
&lt;br&gt;行政事务之二财务管理规定――规范财务工作
&lt;br&gt;行政事务之三车辆管理制度――鼓励运用先进工具
&lt;br&gt;第七篇 &amp;nbsp;第九篇创造理想环境――家里最好
&lt;br&gt;案例：销售团队办公室
&lt;br&gt;理想环境之一办公室硬环境――视觉冲击化
&lt;br&gt;故事：光宗耀祖
&lt;br&gt;理想环境之二奖励是最主要的手段――预先明确化
&lt;br&gt;故事：谁出鱼翅钱
&lt;br&gt;案例：奖励手段
&lt;br&gt;理想环境之三让人们自我督促――竞争表面化
&lt;br&gt;案例：打出办法
&lt;br&gt;理想环境之四使每个人都有好心态――工作快乐化
&lt;br&gt;案例：玩吧，揍我一顿
&lt;br&gt;理想环境之四成功是最好的激励
&lt;br&gt;故事：天天成功
&lt;br&gt;&lt;br&gt;第八篇　第十篇你是好领导――既当爹又当妈
&lt;br&gt;案例：到底谁怕谁
&lt;br&gt;好领导之一：知道自己是谁――有危机有机会
&lt;br&gt;好领导之二：耳朵比嘴多一个――先学会听
&lt;br&gt;好领导之三：称赞你的下属吧――人都爱听好听的
&lt;br&gt;好领导之四：有效沟通――恋爱是谈出来的
&lt;br&gt;好领导之五：好领导是大服务生――帮助所有的人
&lt;br&gt;好领导之六：让他们成功吧――保姆式帮助
&lt;br&gt;好领导之七：合理用权――双刃剑
&lt;br&gt;故事：没事了的困惑
&lt;br&gt;好领导之八：支持改善改革创新――让更多脑子动起来
&lt;br&gt;故事：铅笔
&lt;br&gt;好领导之九：张弛有道――玩也是道理
&lt;br&gt;好领导之十：身先士卒――榜样的力量
&lt;br&gt;&lt;br&gt;第九篇　找到合适的人比淘汰人重要（介绍）
&lt;br&gt;案例：留下的只有1%
&lt;br&gt;&lt;br&gt;第十篇 &amp;nbsp;新人培训与带领――正风正气正事（介绍）
&lt;br&gt;&lt;br&gt;第十一篇 &amp;nbsp;流程化管理业务――互相帮助和检查（简介）
&lt;br&gt;故事：GMP认证
&lt;br&gt;流程化管理之一工作计划和总结制度――通过沟通完成帮助与督促
&lt;br&gt;计划与总结制度（示范）：
&lt;br&gt;&lt;br&gt;第十二篇 &amp;nbsp;客户永远是正确的（介绍）
&lt;br&gt;&lt;br&gt;第十三篇 &amp;nbsp;客户也需要爱（介绍）
&lt;br&gt;&lt;br&gt;第十四篇 &amp;nbsp;武装到牙齿（介绍）
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;讲师介绍：
&lt;br&gt;汪罗，
&lt;br&gt;自我调侃为汪老头，低调，从不让人说“著名”，身分定位为老板下属的大班长，
&lt;br&gt;自称职业经理人，偶然专业咨询师，专为他人做衣裳。
&lt;br&gt;&lt;br&gt;汪罗经历：PLA后，先后就职于，四通集团销售经理、美国强生大区经理、96年之
&lt;br&gt;后全部为总监以上职务，包括海王医药集团、麦肯光明广告、海格物流集团、美的
&lt;br&gt;电器集团、松下中国等，3次随企业上市，外企、国企、民企,资本主义和社会主义
&lt;br&gt;都看遍，现任松电（中国）销售服务总监，万基集团高管。
&lt;br&gt;苦出身，虽为MBA硕士，在国内竞争最充分的行业，从基层业务员做起，地区经理、
&lt;br&gt;大区经理、培训总监、推广总监、销售总监，实实在在干完销售所有相关岗位，直
&lt;br&gt;至成为统领数千高知识的销售队伍的营销总监、总裁，每年执掌数亿元销售相关费
&lt;br&gt;用和广告，完成数百亿销售额。
&lt;br&gt;顾问汪罗：麦肯锡咨询康佳项目，青岛啤酒集团、哈尔滨医药集团、一汽集团、
&lt;br&gt;长虹电器集团、美的电器集团等等等，在营销管理、团队建设、市场推广、
&lt;br&gt;产品策略、营销活动、经营策略、战略发展等方面多有经验，特别擅长帮助中小企
&lt;br&gt;业快速成长，带着成套观念、思路、方法的支持拓展，往往立竿见影彻底解决关键
&lt;br&gt;问题。
&lt;br&gt;团队激励问题――让业务员自己想玩命干
&lt;br&gt;二、一开始就找到合适的业务员比不停地淘汰好――我们知道双方要什么
&lt;br&gt;三、带出高效销售队伍是很容易的――教大学生总比教儿童容易
&lt;br&gt;四、让业务员学会与客户恋爱――“痛并快乐着”
&lt;br&gt;五、客户也是可以用流水线成批开发的――不停地复制成功
&lt;br&gt;六、永远用法制管理销售――让所有人都轻松起来
&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;《彻底解决销售团队长期激励与绩效考核》报名回执表
&lt;br&gt;&lt;br&gt;请填妥此表，发送至我公司传真020-62351156（请传真5分钟后来电确认是否收到）
&lt;br&gt;&lt;br&gt;收到报名表后我们会与您确认相关事项。
&lt;br&gt;&lt;br&gt;单位名称：____________________________________ 培训联系人：____________
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;联系电话：______________ 联系传真：_____________ 电子邮箱：____________
&lt;br&gt;&lt;br&gt;参加人数：___________ 人 费用总计：_____________ 元
&lt;br&gt;&lt;br&gt;参 会 人：______________ 所任职务：_____________ 移动电话：____________
&lt;br&gt;&lt;br&gt;参 会 人：______________ 所任职务：_____________ 移动电话：____________
&lt;br&gt;&lt;br&gt;参 会 人：______________ 所任职务：_____________ 移动电话：____________
&lt;br&gt;&lt;br&gt;付款方式：□电汇/转帐 &amp;nbsp;□现金 &amp;nbsp;（在所选项上打“√”）付款总金额______元
&lt;br&gt;&lt;br&gt;参会地点____________
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525002&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525002&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%E8%A7%A3%E5%86%B3%E9%94%80%E5%94%AE%E5%9B%A2%E9%98%9F%E9%95%BF%E6%9C%9F%E6%BF%80%E5%8A%B1%E4%B8%8E%E8%80%83%E6%A0%B8-tp26525002p26525002.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524856</id>
	<title>企业内部审计及风险</title>
	<published>2009-11-25T22:28:36Z</published>
	<updated>2009-11-25T22:28:36Z</updated>
	<author>
		<name>请转有关人事-71</name>
	</author>
	<content type="html">企业内部审计及内部控制与财务风险管理
&lt;br&gt;&lt;br&gt;时间地点：2009年12月4-5日 &amp;nbsp;----深 圳
&lt;br&gt;时间地点：2009年12月25-26日--- 上 海
&lt;br&gt;参课对象: 董事会、监事会成员;负责内部控制和内部审计部门的经理、主管;总经理、财务副总
&lt;br&gt;经理以及其他高级经营管理人员;财务总监、财务经理、财务主管、税务经理、税务主管、总帐
&lt;br&gt;会计、税务会计等具体操作人士。
&lt;br&gt;标准费用: 2500元/人（含培训、指定培训教材、午餐、茶点费等）
&lt;br&gt;认证费用：500元／人（不参加认证考试的学员无须交纳此费用）。
&lt;br&gt;&lt;br&gt;咨询电话：020-80560638；020-85917945 谢小姐（不需此信件请回电邮至chinammc21@126.com退信）
&lt;br&gt;====================================================================================== 
&lt;br&gt;课程背景
&lt;br&gt;如何确保企业经营的效率和效果？
&lt;br&gt;如何确保企业财务报告的可靠性？ 
&lt;br&gt;如何保证企业始终遵守法律法规？
&lt;br&gt;如何保证企业资产的安全？
&lt;br&gt;如何评估与防范财务风险，保证企业永续经营？
&lt;br&gt;如何通过内部审计发现企业经营异常并及时采取有效措施？ 
&lt;br&gt;……
&lt;br&gt;为了实现上述目标，企业必须建立有效的内部控制体系，有效的内部控制体系已成为企业可持续发展的
&lt;br&gt;关键。改革开放以来中国诸多企业的兴衰成败也从某个侧面揭示了内部控制与采取风险管理的必要性，
&lt;br&gt;特别是近年来德隆集团、格林柯尔等企业的覆灭，更是凸显其重要性。 
&lt;br&gt;培训收益
&lt;br&gt;通过系统学习使学员了解内部控制制度的框架，从而在实际工作中合理运用，有效规避风险，提高企业
&lt;br&gt;运营的安全性，同时深刻理解内部审计、财务风险管理与内部控制之间的关系，具体可以概括为以下几点：
&lt;br&gt;一、通过生动的案例分析帮助学员建立对内部控制制度完整而系统的认识
&lt;br&gt;二、掌握快速诊断企业内部控制缺陷的方法，评价内部控制的效果并进行改进
&lt;br&gt;三、掌握内部审计的具体实施程序以及关键操作要点
&lt;br&gt;四、掌握财务风险评估方法，并有效采取措施控制与防范风险
&lt;br&gt;五、深刻理解内部审计、财务风险管理与内部控制之间的关系，打造系统“防火墙” 
&lt;br&gt;====================================================================================== 
&lt;br&gt;主讲专家：章从大先生
&lt;br&gt;(中国唯一纵横“财务、人力资源、管理”三大领域的“三栖”实战财务专家)中国人民大学MBA，中国注册
&lt;br&gt;会计师（CPA）、注册税务师（CPT），著名实战派财务管理专家与人力资源管理专家。历任江苏油田江都油
&lt;br&gt;脂油品厂财务主管、江苏油田化工公司副总经理、扬州大公会计师事务所首席注册会计师、中美合资上海美
&lt;br&gt;通生物科技有限公司首席财务官（CFO）兼泰州美通药业有限公司财务总监。精通财务管理咨询及税务策划、
&lt;br&gt;资本运作、企业内部审计及内部控制与财务风险管理制度设计、项目可行性分析及项目融资、人力资源管理
&lt;br&gt;与开发技术等，从管理的角度解读财务，从财务的角度分析管理，能将专业的财税类课程讲解得通俗易懂且
&lt;br&gt;趣味横生,先后为全国数十家企业提供深度咨询服务，为上百家企业提供企业内训服务，成功举办过上百场大
&lt;br&gt;型公开课。主讲的《内部审计及内部控制与财务风险管理》、《总经理的财务管理实战高级研修班》、《微
&lt;br&gt;利时代打造企业竞争力的管理利器――全面预算管理与全面成本控制实战》、《企业经营战略》、《新企业
&lt;br&gt;所得税法解读和应对策略及实施后的合法节税技巧与涉税风险防范》、《税务策划技巧与实务》、《企业中
&lt;br&gt;高收入者的薪酬奖金纳税筹划(避税)》、《税务风险规避与防范》、《房地产企业土地增值税清算与筹划实
&lt;br&gt;务》、《非财务经理的财务管理》、《财务管理沙盘模拟》、《公共关系与商务礼仪》、《企业营销理念与
&lt;br&gt;技巧》、《团队建设与管理》、《非人力资源经理的人力资源管理》、《打造强势执行力》等课程深受业内
&lt;br&gt;人士好评。接受过章先生培训指导的部分客户有：中国电信、中国石油、中国石化、扬子江动力、宏福集团、
&lt;br&gt;亚星客车、奔驰汽车、赛德电气、华山光电、恒诚织布、威克生物、星火锻压、红旗电缆、中机环建、中油
&lt;br&gt;天工、正大饲料、广兴达集团、鹰游集团、京江大酒店、万科房产、德美化工、深圳和立泰集团、珠海威丝
&lt;br&gt;曼服饰、安徽古井集团、河南航空食品、上海三电、江都市发展与改革委员会、台州市经济与贸易委员会……
&lt;br&gt;等上千企业，均受到客户的一致赞扬。
&lt;br&gt;授课风格：旁征博引，诙谐幽默，深入浅出。 
&lt;br&gt;======================================================================================
&lt;br&gt;课程大纲
&lt;br&gt;企业内部审计篇
&lt;br&gt;一、内部审计的基本概念
&lt;br&gt;（一）内部审计的概念
&lt;br&gt;&amp;nbsp;1）概念；2）目的；3）内部审计与外部审计的比较
&lt;br&gt;（二）内部审计的发展阶段
&lt;br&gt;&amp;nbsp;1）控制；2）控制结构；3）企业风险；4）企业风险管理流程
&lt;br&gt;（三）内部审计的角色
&lt;br&gt;&amp;nbsp;1）监督者；2）检察员；3）协助者；4）咨询师
&lt;br&gt;（四）内部审计过程
&lt;br&gt;&amp;nbsp;1）理解期望；2）分析经营状况；3）确认程序与风险；4）分析程序与风险；5）汇报与跟踪
&lt;br&gt;（五）基本审计方法
&lt;br&gt;&amp;nbsp;1）与管理层讨论；2）实地观察；3）审阅书面资料；4）抽样测试
&lt;br&gt;二、内部审计与外部审计共同涉及的几大专业问题
&lt;br&gt;&amp;nbsp;1）审计通知书与审计业务约定书 ；2）审计计划；3）重要性与审计风险；4）内外部审计的评价、协调与专家的使用
&lt;br&gt;5）审计抽样；6）审计证据；7）审计工作底稿；8）审计报告；9）审计质量控制
&lt;br&gt;三、内部审计具体准则讲解
&lt;br&gt;1）内部控制审计；2）舞弊的预防检查与报告；3）后续审计；4）内部审计督导；5）结果沟通
&lt;br&gt;6）遵循性审计；7）分析性复核；8）风险管理审计；10）人际关系；11）内部审计的控制自我评估法
&lt;br&gt;12）内部审计机构与董事会或最高管理层的关系；13）内部审计机构的管理；14）经济性审计；15）效果性审计；16）效率性审计 
&lt;br&gt;四、内部审计实施中需要关注的几个问题
&lt;br&gt;1）符合性测试与实质性测试；2）重要性、审计风险与审计抽样；3）不同类型审计的特殊考虑
&lt;br&gt;企业内部控制篇
&lt;br&gt;一、内部控制概论
&lt;br&gt;（一）内部控制的概念
&lt;br&gt;&amp;nbsp;1）内部控制的一般概念；2）COSO报告的定义；3）内部控制的种类
&lt;br&gt;（二）内部控制的属性
&lt;br&gt;&amp;nbsp;1）职责分工；2）实物接触控制；3）内部核查；4）充分的书面记录；5）恰当的授权
&lt;br&gt;（三）内部控制的种类
&lt;br&gt;&amp;nbsp;1）按控制性质分；2）按控制内容分；3）按控制地位分；4）按控制功能分；5）按控制时序分
&lt;br&gt;（四）内部控制的设计原则
&lt;br&gt;&amp;nbsp;1）相互牵制；2）协调配合；3）岗位匹配；4）成本效益；5）整体结构
&lt;br&gt;（五）控制点与控制技巧
&lt;br&gt;1）一般控制点应建立在尽可能接近行动发生之处；2）一般控制技巧
&lt;br&gt;总结：内部控制的局限
&lt;br&gt;二、内部会计控制规范总揽
&lt;br&gt;（一）内部会计控制规范（试行）
&lt;br&gt;&amp;nbsp;1）基本规范；2）货币资金；3）销售与收款；4）采购与付款；5）工程项目；6）担保；7）对外投资 
&lt;br&gt;（二）内部会计控制规范（征求意见稿）
&lt;br&gt;&amp;nbsp;1）成本费用；2）存货；3）预算；4）固定资产；5）筹资 
&lt;br&gt;三、业务流程重组
&lt;br&gt;（一）流程重组的症状
&lt;br&gt;&amp;nbsp;1）市场份额下降；2）交货期延长；3）竞争能力降低
&lt;br&gt;&amp;nbsp;4）生产率降低；5）客户满意度降低；6）环境剧变
&lt;br&gt;（二）流程重组的步骤及各步骤的操作要点
&lt;br&gt;&amp;nbsp;1）制定重组策略；2）流程设计；3）实施；4）效果评估
&lt;br&gt;（三）流程重组各步骤操作要点（最佳管理实践）
&lt;br&gt;&amp;nbsp;1）了解市场和客户；2）制定愿景和战略；3）设计产品和服务；4）市场营销
&lt;br&gt;&amp;nbsp;5）生产和配送产品及提供服务；6）向客户开票收款及提供服务；7）人力资源管理；8）财务管理
&lt;br&gt;（四）业务流程图
&lt;br&gt;1）业务流程涉及的部门；2）工作内容及步骤；3）部门间的相互关系
&lt;br&gt;4）业务文件；5）业务流程图操作手册示例
&lt;br&gt;四、内部控制实务
&lt;br&gt;（一）常见的舞弊类型
&lt;br&gt;1）虚报冒领；2）阴阳发票；3）无中生有；4）侵吞不报；5）模仿签字；6）假公济私；7）瞒天过海
&lt;br&gt;8）里应外合；9）暗渡陈仓；10）混水摸鱼；11）偷梁换柱；12）张冠李戴；13）监守自盗
&lt;br&gt;（二）内部控制的设计步骤
&lt;br&gt;1）确定控制目标；2）整合控制流程；3）鉴别控制环节；4）确定控制措施
&lt;br&gt;（三）内部控制实例详解
&lt;br&gt;1）货币资金内控设计；2）销售与收款业务内控设计 ；3）生产循环内控设计；4）采购与付款业务内控设计 
&lt;br&gt;5）筹资与投资内控设计；6）预算控制制度；7）成本控制规范 
&lt;br&gt;（四）建立内部控制系统必须考虑的重要因素
&lt;br&gt;&amp;nbsp;1）控制环境；2）内部牵制；3）内部审计；4）财务内控
&lt;br&gt;企业财务风险及防范篇
&lt;br&gt;一、财务风险的一般概念、种类、特征及其成因分析 
&lt;br&gt;（一）财务风险的一一般概念
&lt;br&gt;&amp;nbsp;1）财务风险的概念；2）财务风险与经营风险的区别
&lt;br&gt;（二）财务风险的种类 
&lt;br&gt;&amp;nbsp;1）筹资风险；2）投资风险；3）资金回收风险；4）收益分配风险。 
&lt;br&gt;（三）财务风险的特征 
&lt;br&gt;&amp;nbsp;1）客观性；2）全面性；3）不确定性；4）激励性
&lt;br&gt;（四）企业财务风险成因分析
&lt;br&gt;&amp;nbsp;1）环境影响；2）资产结构与资本结构不合理；3）财务决策失误；4）管理人员认知偏差
&lt;br&gt;二、财务风险的评估与控制
&lt;br&gt;（一）财务风险的评估（Z-SCORE模型）
&lt;br&gt;（二）财务风险的控制与防范措施
&lt;br&gt;&amp;nbsp;1）分配法；2）回避法 ；3）转移法；4）降低法 
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;《企业内部审计及内部控制与财务风险管理》报名回执表（请传真020-62351156）
&lt;br&gt;&lt;br&gt;参 会 单 位 名 称：_______________________________________________________
&lt;br&gt;&lt;br&gt;参 加 地 点： 口上海 口深圳
&lt;br&gt;&lt;br&gt;联系人：______________电话:________________传真:________________
&lt;br&gt;&lt;br&gt;邮件：______________ 参 会 人 数:_________人 费 用 ￥：_________元
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;参 会 人：___________所 任 职 务：____________移 动 电 话：_____________
&lt;br&gt;&lt;br&gt;付款方式（请选择打“√”）： □1、现金 □2、转帐 □3、电汇
&lt;br&gt;====================================================================================
&lt;br&gt;备注:请您把报名回执回传我司，为确保您报名无误,请您再次电话（020-80560638）确认!
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524856&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524856&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%E4%BC%81%E4%B8%9A%E5%86%85%E9%83%A8%E5%AE%A1%E8%AE%A1%E5%8F%8A%E9%A3%8E%E9%99%A9-tp26524856p26524856.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523914</id>
	<title>Re: Package Creaters and converters</title>
	<published>2009-11-25T19:31:39Z</published>
	<updated>2009-11-25T19:31:39Z</updated>
	<author>
		<name>Dhafir Moussa</name>
	</author>
	<content type="html">No that didn&amp;#39;t work. When adding  javascript=&amp;quot;*&amp;quot; to my package converter I get marshaling exception error with the usual (No converter found for &amp;#39;java.lang.Class&amp;#39;) in the log.&lt;br&gt;&lt;br&gt;&lt;br&gt;-Daniel&lt;br&gt;&lt;br&gt;
&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Nov 26, 2009 at 3:19 PM, David Marginian &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Once again, you can do this, try:&lt;br&gt;
&amp;lt;convert converter=&amp;quot;bean&amp;quot; match=&amp;quot;com.example.*&amp;quot;  javascript=&amp;quot;*&amp;quot;/&amp;gt;&lt;br&gt;
&lt;br&gt;
Dhafir Moussa wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;
DWR converter has two very useful features, package conversion and mapping Java classes to JavaScript classes. However, they cannot used together.&lt;br&gt;
&lt;br&gt;
I sit possible to marry these two feature up so that a default javascript class name will match the Java class name which is the case in 99% of the time - I claim. So I imagine something along the lines of:&lt;br&gt;
&lt;br&gt;
&amp;lt;convert converter=&amp;quot;bean&amp;quot; match=&amp;quot;com.example.*&amp;quot;  javascriptname=&amp;quot;true&amp;quot;/&amp;gt;&lt;br&gt;
where javascriptname is a flag to indicate a a need to create a JavaScript object match each bean&amp;#39;s name in the package.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
-Daniel&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;
On Thu, Nov 26, 2009 at 1:43 PM, David Marginian &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;

&lt;br&gt;
    1)  &amp;lt;convert converter=&amp;quot;enum&amp;quot; match=&amp;quot;com.example.*&amp;quot;/&amp;gt;&lt;br&gt;
    2) Haven&amp;#39;t thought much about this, and I am not sure it is a&lt;br&gt;
    great idea as you could potentially expose things you did not&lt;br&gt;
    intend to.&lt;br&gt;
    3) &amp;lt;convert converter=&amp;quot;bean&amp;quot; match=&amp;quot;com.example.**&amp;quot;/&amp;gt; should work&lt;br&gt;
    fine, you may need the latest from trunk.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    Dhafir Moussa wrote:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
        I know in DWR we have package bean converter defined like this:&lt;br&gt;
        &amp;lt;convert converter=&amp;quot;bean&amp;quot; match=&amp;quot;com.example.*&amp;quot;/&amp;gt;&lt;br&gt;
         1- Can we have a similar - package scoped - enum converter?&lt;br&gt;
        2- Can we have a similar - package scoped - remote class&lt;br&gt;
        creater? say:&lt;br&gt;
&lt;br&gt;
        &amp;lt;&lt;br&gt;
&lt;br&gt;
        create creator=&amp;quot;new&amp;quot; &amp;gt;    &amp;lt;param name=&amp;quot;class&amp;quot;&lt;br&gt;
        value=&amp;quot;hnz.remote.*&amp;quot; /&amp;gt; &amp;lt;/&amp;gt;&lt;br&gt;
        3- Can we get the package converter to include sub-packages as&lt;br&gt;
        well? Currently it converts all the beans in the declared&lt;br&gt;
        package level only.&lt;br&gt;
                  Daniel&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    __________ Information from ESET NOD32 Antivirus, version of virus&lt;br&gt;
    signature database 4635 (20091125) __________&lt;br&gt;
&lt;br&gt;
    The message was checked by ESET NOD32 Antivirus.&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://www.eset.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    ---------------------------------------------------------------------&lt;br&gt;
    To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;
    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&amp;gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
    For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;
    &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
&lt;br&gt;
Dhafir Moussa&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4637 (20091125) __________&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
The message was checked by ESET NOD32 Antivirus.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.eset.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523914&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;&lt;br&gt;Dhafir Moussa&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/DWR---Users-f13934.html&quot; embed=&quot;fixTarget[13934]&quot; target=&quot;_top&quot; &gt;DWR - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Package-Creaters-and-converters-tp26522690p26523914.html" />
</entry>

</feed>
