Where can I obtain SDK for Alfresco Community 5.2c? - eclipse

I have Alfresco Community v5.2.0 and Alfresco Share v5.2.c that running on Apache Tomcat 7.0 Servlet/JSP Container, installed on CentOS 7.3.
To customize Alfresco I need the appropriate Alfresco SDK.
Where can I obtain it?.. I downloaded alfresco-community-sdk-4.2.c from sourceforge, set it up in Eclipse Luna.
Can I use this version of SDK for customize Alfresco 5.2c?

If you are using eclips for customization then follow this link to set alfresco sdk with eclips.
https://www.youtube.com/watch?v=utYZaVe9Nd0

Related

The integration of Alfresco with Ephesoft 4.0.2

so i've installed Alfresco community edituion 5.2 and Ephesoft community edition 4.0.2 .
I want to configure Ephesoft to scan automatically to alfresco with metadata , (and i dont get the CMIS thing , should i download a CMIS or what for the configuration ) .
Ephesoft contains already an export CMIS plugin that you can use directly with Alfresco: http://wiki.ephesoft.com/cmis-export-plugin-3

Unable to deploy Alfresco war community edition on JBOSS

I have downloaded Alfresco community edition for POC purposes and it comes with tomcat by default. I want to deploy the Alfresco war (which comes with community edition) in JBOSS , but I am unable to do so . Kindly help.
Take a look here:
Alfresco on JBoss EAP 6.1
http://www.jbossauthority.com/alfresco-on-jboss-eap-6-1/
and here http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/installation-upgrades/jboss-war-deployment

Is it possible to integrate Glassfish support into Liferay IDE yet?

I am looking for a bit of Liferay/Glassfish assistance here.
I am currently using a Liferay 6.0.6 portal running on Glassfish 3.0.1 and developing in Eclipse 3.7 (Indigo). I have downloaded the Liferay IDE for Eclipse as well.
The trouble I am having is in actually developing in Eclipse against a Glassfish server. I cannot create an actual Liferay project in Eclipse because the wizard requires me to specify a Liferay-Tomcat runtime environment.
Now I realize that this is the only server that is supported for the Liferay IDE as it is clearly documented in multiple places on the Liferay website and various forums around the web. However, I seem to recall one site (which, of course, I didn't bookmark :/ ) that gave instructions on a workaround for using Glassfish within the Liferay IDE. I believe it had something to do with creating the initial project as a Tomcat project, then going behind the scenes and changing some configuration files' Tomcat references to point to my Glassfish server.
I have set up my Liferay SDK environment correctly, including the build.username.properties file. I have this file pointing to my Glassfish server.
#
# Specify the paths to an unzipped Glassfish bundle.
#
project.dir=C:\\DEV\\myworkspace
app.server.type=glassfish
app.server.dir=${project.dir}\\..\\bundles\\liferay-portal-6.0.6\\glassfish-3.0.1
app.server.deploy.dir=${app.server.dir}\\autodeploy
app.server.lib.global.dir=${app.server.dir}\\domains\\domain1\\lib
app.server.portal.dir=${app.server.dir}\\domains\\domain1\\applications\\liferay-portal
However, everytime I try to do a deploy through Eclipse...
...this build.username.properties file gets overwritten with Tomcat settings from the runtime environment.
app.server.type = tomcat
app.server.dir = C:\\DEV\\bundles\\liferay-tomcat-6.0.6\\tomcat-6.0.29
app.server.deploy.dir = C:\\DEV\\bundles\\liferay-tomcat-6.0.6\\tomcat-6.0.29\\webapps
app.server.lib.global.dir = C:\\DEV\\bundles\\liferay-tomcat-6.0.6\\tomcat-6.0.29\\lib\\ext
app.server.portal.dir = C:\\DEV\\bundles\\liferay-tomcat-6.0.6\\tomcat-6.0.29\\webapps\\ROOT
Is there somewhere else that I need to make a change in order to get Eclipse to recognize my Glassfish server?
Any help or tips would be greatly appreciated.
It is not currently possible to use a Liferay+Glassfish bundle directly as a runtime or server adapter in Eclipse with the Liferay IDE plugins. As you pointed out the only runtime and server adapters for Liferay IDE are the tomcat bundles. However, you can still use Liferay IDE to develop with Glassfish by using the following receipe with version 6.0.6 and current version of Liferay IDE.
Download Liferay+tomcat bundle
Configure it as a Liferay runtime
Create the project pointing to Liferay runtime
Go to Window > Preferences > Liferay > Installed SDKs, switch "update build.properties" option to Never
Launch Glashfish externally using startup script
Modify the build.properties in your SDK to point to Glasshfish as runtime
For deployment use the SDK deploy action just as you showed and it should be deployed to glassfish.
This should work for now. In the future, we will be adding support for Glassfish server to our Server Manager plugin that can be using with Liferay IDE and Liferay 6.1 for remote deployment and development, so it will work just like a local tomcat instance except it will be remote Liferay running on glassfish or jboss, or whatever you like. But right now the Server manager plugin in 6.1 beta4 only supports Tomcat6/7 and Jboss7. We hope to add Glassfish very soon.

Portlet Development with Tomcat and Eclipse

I'm starting to learn some portlet development. I'm wondering if there are any good (preferably recent since many of the guides I saw date back a few years) Hello Portlet or beginners guides. I have eclipse set up but I'm not sure what plugins/libraries/etc I need to start developing portlets for a Tomcat server.
Any help would be appreciated!
Liferay Portal (open source portal) has a set of eclipse plugins called Liferay IDE. If you set it up and also setup a Liferay Plugin SDK (zip download), then use the New Liferay Project wizard after installing the Liferay IDE plugins you will have everything you need. You can see the Liferay IDE Getting Started guide for how to deploy your first portlet to Liferay.

Need a guide on Eclipse + Weblogic for developing Java EE web application

I am newbie in Weblogic (but familiar with tomcat).
I have installed Eclipse Java EE IDE for Web Developers (Helios).
I have installed Oracle WebLogic Server 11g Rel 1 (10.3.4) Installers
I am developing a Java EE web application in Eclipse, I am wondering is there any tutorial on how to use Weblogic server inside Eclipse? Something like Weblogic plugin for Eclipse and it's usage tutorial.
The plugin you are looking for is called Oracle Enterprise Pack for Eclipse (OEPE). Find download links and tutorials at this location:
http://www.oracle.com/technetwork/developer-tools/eclipse/overview/index.html