package samples.webflow;
import java.io.Serializable;
public class Product implements Serializable {
private static final long serialVersionUID = 1951520003958305899L;
private int id;
private String description;
private int price;
public Product(int id, String description, int price) {
this.id = id;
this.description = description;
this.price = price;
}
/**
* Return property id
*/
public int getId() {
return id;
}
/**
* Sets property id
*/
public void setId(int id) {
this.id = id;
}
/**
* Return property description
*/
public String getDescription() {
return description;
}
/**
* Sets property description
*/
public void setDescription(String description) {
this.description = description;
}
/**
* Return property price
*/
public int getPrice() {
return price;
}
/**
* Sets property price
*/
public void setPrice(int price) {
this.price = price;
}
/* 省略getter和setter */
}
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
CartApp3 demo仅仅介绍了简单的页面跳转,接下来我们要实现与业务逻辑相关的功能。 业务的逻辑涉及到数据的获取、传递、保存,相关的业务功能函数的调用等内容,这些功能的实现都可用 Java 代码来完成,但定义 Spring Web Flow 的语法与 Java 是无关的,这就要求 Spring Web Flow 提供与 Java 代码的整合机制。
资源推荐
资源详情
资源评论
收起资源包目录
CartApp4.zip (40个子文件)
CartApp4
.project 1KB
WebContent
WEB-INF
jsp
orderConfirmed.jsp 462B
index.jsp 423B
viewOrder.jsp 430B
viewCart.jsp 707B
lib
org.springframework.binding-2.0.8.RELEASE.jar 154KB
spring.jar 2.81MB
jstl.jar 20KB
org.springframework.webflow-2.0.8.RELEASE.jar 507KB
org.springframework.faces-2.0.8.RELEASE.jar 138KB
jboss-el.jar 131KB
commons-logging.jar 37KB
org.springframework.js-2.0.8.RELEASE.jar 1.15MB
standard.jar 384KB
spring-webmvc.jar 395KB
flows
addToCart.xml 722B
shopping.xml 1KB
config
web-application-config.xml 796B
webmvc-config.xml 1KB
webflow-config.xml 1KB
web.xml 1KB
index.jsp 377B
META-INF
MANIFEST.MF 39B
src
samples
webflow
Product.java 1KB
CartItem.java 1KB
Cart.java 878B
ProductService.java 917B
.tern-project 37B
.settings
org.eclipse.wst.jsdt.ui.superType.container 49B
org.eclipse.wst.common.project.facet.core.xml 345B
org.eclipse.wst.common.component.bak 454B
org.eclipse.jdt.core.prefs 395B
org.eclipse.wst.jsdt.ui.superType.name 6B
org.eclipse.wst.common.component 454B
.jsdtscope 503B
build
classes
samples
webflow
ProductService.class 1KB
CartItem.class 1KB
Cart.class 2KB
Product.class 1KB
.classpath 661B
共 40 条
- 1
静静~嗯嗯
- 粉丝: 2693
- 资源: 12
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页