豪尔赫,我愿开始发展一个生命的世纪,略微消失!
我是麦克风用户,我安装了生命线和X射线,但不清楚如何开始。
我已下载SDK用于活线,但我不理解如何安装或为此使用SDK。
是否将X条编码为一种适当的发展环境,以便与他人合作,或者说什么是别的?
X条码是否以同样的方式建立起来?
如何安装SDK? 难道这只是把它推向Tomcat和一去?
确实,我对所有人来说都非常新! 我实际上不敢肯定,我是否正在提出正确的问题。
豪尔赫,我愿开始发展一个生命的世纪,略微消失!
我是麦克风用户,我安装了生命线和X射线,但不清楚如何开始。
我已下载SDK用于活线,但我不理解如何安装或为此使用SDK。
是否将X条编码为一种适当的发展环境,以便与他人合作,或者说什么是别的?
X条码是否以同样的方式建立起来?
如何安装SDK? 难道这只是把它推向Tomcat和一去?
确实,我对所有人来说都非常新! 我实际上不敢肯定,我是否正在提出正确的问题。
我刚才回答了类似的问题(关于主题部分的更详细情况)......基本上,你需要利用终点站使用SDK的大部分功能。
如果你只是重新拟定一个主题,那么你就需要下载 s和服务器捆包。 把他们带上了同样的手脚,以便你最终找到像这样的东西。
liferay/
liferay/tomcat (holding the tomcat bundle)
liferay/plugins (holding the plugin sdk)
liferay/deploy
之后,没收了“properties”档案,在皮条块中立了一个档案,并称它。
建设。 [YOURNAME]properties ......
这在终端窗口中运行......注意到背线。
touch build.`whoami`.properties
编辑档案并添加这些内容......
app.server.dir=${project.dir}/../tomcat auto.deploy.dir=${project.dir}/../deploy
之后,在散射中,有线虫
tomcat/webapps/ROOT/WEB-INF/classes/portal-ext.properties
页: 1
resource.repositories.root=/path/to/liferay
auto.deploy.dest.dir=/path/to/liferay/deploy
......开始将服务器改为主机并进入
tomcat/bin/startup.sh
可以通过打字跟踪服务器的标识
tail -f tomcat/logs/catalina.out
检查一下我其他所有安保部和ME员额......。
,必须改变生活的模范风格
直到两分钟前,我从未听到过这一软件。 但是,从?
我知道这是一个老的问题(从2009年起),但我想补充一下,如果有人在
You can actually develop a theme very easily by just going into the deploy directory:
/deploy/
之后,请参阅<代码>seven-cogs-theme.war的夹。 我最初做的是复印和复制件;把这个文件夹在我的桌面上(或任何杰夫地点)。 我使用修改了XML文件。 Notepad++,以反映我的主题名称(并重新命名名录)。
然后,你可以将主题修改到你如何看待(速度模板/图像/ j字包括/等)。
你们可以制定生命线6(F5用于更新和观察变化)的主题,你必须建立门户,使发展模式成为可能(碎片最小化/碎块/ mini/图像ach等)。
你们可以找到的每一种东西都进行搜索(门户网站的精炼模式等)。
总体来说,你可以与“生命线”合作,对贵方的物品进行修改。
目前,我正在使用“生命线”和“冷聚”9来开发港口。 希望帮助他人。
http://www.liferay.com/ community/liferay-projects/liferay-ide/overview” rel=“nofollow” Liferay IDE。
生命线观测网是一套迷幻灯片,能够更方便地创造、建造和部署诸如停泊点和主题等生物光片。
该软件有两种版本:生命线天文台和生命线演播室。 前者是自由的、得到社区支持的,后者是封闭的,只提供给EEEEEEE客户。
Check out this reference: http://www.liferay.com/web/satyaranjan/blog/-/blogs/portal-pack-:-write-database-portlet-using-service-builder-plug-in
“生命线服务建设者框架代表数据库层,与数据库的所有互动都是通过服务建设者基础设施进行的。 因此,在这次博客中,我将解释你如何利用NetBeans 6.5 &、门户包装3.0等定制港口内的服务建筑框架。 为了利用服务建设框架,你首先需要建立Xml服务,然后制定必要的准则。 门户包可帮助您,为用户提供一台冰箱编辑,供用户使用。
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...
If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...
I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....
I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...