- 浏览: 27397 次
- 性别:
- 来自: 成都
最新评论
-
linsen214:
不行啊,为什么我的不行,网上好像不是这样的,但是我的也不行啊
undefined method `scaffold’ 《Web开发敏捷之道》中的错误 -
acnono:
我也是刚刚开始学习rails 按照你的方法解决了同样的问题 ...
undefined method `scaffold’ 《Web开发敏捷之道》中的错误
文章列表
ref to:
http://forums.oracle.com/forums/thread.jspa?messageID=3757834
- 2009-09-24 17:59
- 浏览 956
- 评论(0)
Here are the steps to install Enterprise Standalone using Sun One Directory Server on ALBPM 6.0 or Oracle BPM:
1. First install Sun ONE Directory Server LDAP - go to the website: http://www.sun.com/download/products.xml?id=3ee79e69
The settings to take note of during the installation are shown belo ...
- 2009-09-03 10:28
- 浏览 1265
- 评论(0)
1. Download Mule RC3 and ServiceMix 3.2.1 to the esb directory
2. Download the following tools to the tools directory
ActiveMQ 4.1.1 - http://activemq.apache.org/activemq-411-release.html
Open EJB 3.0 - beta 2 - http://openejb.apache.org/download.html (standalone server)
eXist 1.2 - http://exist-db ...
- 2009-06-04 17:20
- 浏览 779
- 评论(0)
ntroduction
In this blog I would describe detailed steps on how to configure Oracle BPM (previously Known as Bea Aqualogic before Bea Acquisition by Oracle) with Oracle Weblogic Portal using SSO (Single Sign On). I intend to write this blog as I didn’t find good detailed document to achieve Bea Port ...
- 2009-06-03 19:40
- 浏览 1823
- 评论(0)
As long as the two projects are deployed to Engines that share the same directory service, a process in one project can create an instance in a process in the other project using Dynamic Process Invocation.
For the process you'd like to invoke:
1. Create a Process Interface (right mouse click the p ...
- 2009-05-21 16:51
- 浏览 662
- 评论(0)
refer to : http://faler.wordpress.com/2009/05/08/best-practic
The best practices for high performance websites are well documented here, so I won’t go into web specifically, although these practices are equally applicable as a supplement for websites.
So here goes, 8 tips for making your system hig ...
- 2009-05-20 10:19
- 浏览 753
- 评论(0)
1. download the dtd from the bea site. I placed this file in c:\bea
2. modify the template weblogic-ejb-jar.xml file in c:\<bpms install dir>\j2ee\weblogic\templates\engine\default\ejb\META-INF\weblogic-ejb-jar.xml
my own dir setting looks like c:\bea\albpm\js2eewl\j2ee\weblogic\templates\eng ...
- 2009-05-20 10:13
- 浏览 1121
- 评论(0)
//1. create External Resource to represent the J2EE container:
// 1.1 new External Resources, name is "weblogicJ2EE", type "J2EE Application Server"
// 1.2 select Support Type as "GENERIC_J2EE"
// 1.3 input the initial Context Factory: "weblogic.jndi.WLInitial ...
- 2009-05-20 10:08
- 浏览 1014
- 评论(0)
搜索引擎Nutch源代码研究之一 网页抓取(1)
http://fuliang.iteye.com/blog/148433
搜索引擎Nutch源代码研究之一 网页抓取(2)
http://fuliang.iteye.com/blog/148482
- 2009-03-11 17:52
- 浏览 963
- 评论(0)
2008年10月05日 星期日 22:39
在对Nutch抓取工作流程分析中,已经简单地提及到了inject操作,如下所示:
inject操作调用的是nutch的核心包之一crawl包中的类org.apache.nutch.crawl.Injector。它执行的结果是:crawldb数据库内容得到更新,包括U ...
- 2009-03-11 17:31
- 浏览 776
- 评论(0)
Nutch-0.9中,org.apache.nutch.crawl.Crawl类中提供了一个入口主函数main,通过接收键入的命令行,根据命令行指定的参数对Nutch进行配置,从而启动Nutch抓取程序,通过阅读org.apache.nutch.crawl.Crawl类的源代码来了解Nutch是如何根据接收的命令行进行配置及其启动的。
org.apache.nutch.crawl.Crawl类的主函数如下所示:
// 应该知道,Nutch查找文件系统是基于Linux系统的机制的,所以提供启动的命令与Linux的Shell命令很相似。
public static void mai ...
- 2009-03-11 17:19
- 浏览 838
- 评论(0)
Quote from "http://forums.oracle.com/forums/thread.jspa?threadID=719109"
Questions:
1. Ideally, how many ALBPM projects should be deployed in one Engine? And how many processes per project is ideal?
2. Is it correct to have one Engine per each ALBPM Project or its a overkill? Or multiple ...
- 2009-03-11 11:32
- 浏览 931
- 评论(0)
1. NoMethodError in StoreController#add_to_cart
undefined method `product' for #<Product:0x4a02900>
Reason :
Session Problem
Solution:
clean the session and retart the server
rake db:sessions:clear
2. Cart.Item nil.object found when use the redirect_to_index
reason:
Session not loaded b ...
- 2008-11-21 12:04
- 浏览 783
- 评论(0)
最近正在研究extjs,可以访问http://www.extjs.com
FAQ http://extjs.com/learn/Ext_FAQ
看了Demo以后简直是无法收拾了,从速度还有效果来看ajax.asp.net没有办法比了。
学习之前还是强烈推荐一下javascript 面向对象支持
另外这里还涉及到一些prototype的概念,可以参考Prototype.js深入学习的帖子,感觉还不错
PS一下,Ext js 有很多资源的索引 http://extjs.com/learn/Manual:Resources#OO_JavaScript
准备的工具
firefox +fireb ...
- 2008-11-12 09:35
- 浏览 880
- 评论(0)
在第六章按照书中的方法无法进行,会提示undefined method `scaffold’的错误,找了半天,最终找到解决办法:
Rails2.0.2把scaffold 剥离为插件,也就是说Rails2.0.2里面不能直接使用scaffold了,而书中的版本与最新版还是对不上,所以需要重新安装,而且需要安装两个plugin
1. 执行 以下语句 安装scaffolding
ruby script/plugin install scaffolding
2. 分页插件的解决方法
状况如下:
undefined method `paginate’
解决办法:安装老的classic_pag ...
- 2008-06-24 17:05
- 浏览 2623
- 评论(2)