Eclipse Web Development Plugin to Sync with Remote Server - eclipse

I'm using Eclipse Helios to develop a PHP/Smarty project.
Is there a plugin that can help me easily publish code to the web server?
Something like setting up the location of the web root once, then I can just right-click on a file to send.
Currently, I'm using FileZilla to send my code to the web server.
Any help or advice is appreciated.
Thanks,
Kenneth

You can use Remote System Explorer (RSE) from Target Management (DSDP/TP) project. Look at the [Getting Started] page.

Related

How to run/debug java web service project in eclipse

I have a Java Web Service project which was just handed over to me by a colleague who just resigned (no one is assisting me in my new company). Im new to Java (J2EE) and my background is .Net + frontend + azure so I am pretty much very confused with setting up and running the java project. Also, Since my background is .Net Im referencing everything with how things work in Visual Studio from running a project, setting up a project to setting up and debugging a WCF project which I realized now is very different from eclipse + java.
I would really appreciate if someone could explain to me how I can run this project which is supposedly a java web service (as I was told)?
First I have a project that is like this:
Im assuming that the project boxed as blue is the webservice (and the rest are just libraries)? Is this correct? if so how do I run and debug the project using eclipse
Second when I click on debug as -> debug on server this is all I see:
Another colleague told me to install JBOSS (I haven't installed a server in eclipse) because that is what they used. Is there good documentation (step-by-step guide) on how to install JBOSS to run in eclipse. Im assuming that JBOSS + eclipse is like IIS express + Visual studio. Are there also other alternatives to JBOSS + eclipse like perhaps tomcat + ecplise that I can configure.
I really really find it hard to setup the java web service project in eclipse I have little to no prior experience with java j2ee programming especially with web services so any clarifications with my questions would be much appreciated. To sum up:
How would I really know that the project is a java webservice?
If so, how do I run the project and host the project using debugging in eclipse with tomcat or jboss?
I would appreciate if anyone can point me to the right direction of figuring out the source code
From here we can only guide you, you will have to go through some tutorials to understand how java projects work.
Your project is a webservice project according to your web.xml file because its having context params for rest.
the context param sets a front url to your webservice which in this case is gametime.
Check these tutorials and you will understand how it works
http://www.mkyong.com/tutorials/jax-rs-tutorials/
Create simple examples given in the above tutorial and then you can execute your's program
Jboss is a application server which we use to run our app.
You can install jboss in eclipse or you can use it externally also.
To install eclipse and jboss you can follow the link
http://theopentutorials.com/tutorials/java-ee/installing-jboss-tools-in-eclipse/
The other option is to download eclipse and jboss seperately
and use them.
Go to jbosshome/bin
If you download both of them seperately
then in that case for jboss
Invoke the add-user.sh or add-user.bat script. ...
Choose to add a Management user. ...
Choose the realm for the user. ...
Enter the desired username and password. ...
Choose whether the user represents a remote JBoss Enterprise Application Platform 6 server instance. ...
Enter additional users. ...
Create users non-interactively.
After this go to eclipse and follow steps of below link to add jboss to eclipse
http://www.mastertheboss.com/eclipse/jboss-eclipse/jboss-and-eclipse
A Java web application among other things has a predefined directory structure including folders named WEB-INF, WEB-CONTENT etc.
On how to deploy a web application to Tomcat via Eclipse you can follow the steps in this tutorial.

Running Node.js from Eclipse with VJET

I am looking for a workflow - Using Node.js as local web server.
Steps:
1) Edit Node.js server JavaScript from within Eclipse
2) Test the changes with debugging enabled
2) Using VJET to edit Html & JavaScript to the front end.
IS this possible?
I am aware of: https://github.com/joyent/node/wiki/Using-Eclipse-as-Node-Applications-Debugger
VJET does not give you an option to create a "run time"/Web Server when creating the project like standard "Static Web Project".
More specific, I am looking for using Node.js as the runtime for a VJET project or Static Web Project.
Thanks in advance
Regards
Chris

How do I add a Skype provider into Eclipse Communication Framework?

I have installed the Eclipse Communication Framework and now I am wanting to add a Skype Provider.
I have downloaded the Skype Provider source and have placed it in /eclipse/ECF-Skype/eclipse/ as stated by the third method here, now I expect for a Skype provider to appear in the dropdown. Instead, I still get this:
Could someone help me install Skype for the Eclipse Communications Framework?
First you need to check out the Skype bundles from here to your workspace and then you can export these Eclipse plugins and generate the OSGi bundles(JARs) from them using the Eclipse Exporters.
after generating the OSGi bundles from these eclipse plugins, you can place these plugins in the <ECLIPSE_HOME>/dropins location and restart your Eclipse instance.
Then you will be able to see the Skype provider available in the connections section.
Thanks and Regards,
Harshana

Deploying to a Tomcat server using Aptana

I am very new to Aptana. I like it but I am having some issues.
Very simply: How do I deploy or "add" a web project to a tomcat server in Eclipse?
Also, if you can send me any beginner guides on this kind of development specifically (Deploying Aptana projects in Eclipse) it would be much appreciated.
So:
I know how to create a project and run the internal Aptana server to preview the page.
I do not know how to deploy it to a server other than the internal one.
I have looked around and I mostly find forms and sites saying use the "Run Web Deployment Wizard".
I do not understand how to use it (mostly because I am trying to deploy on a local tomcat server created using eclipse.
The "Deploy App" function is also confusing because I think I can get it to sync with a server but.... thats it.
The non-Aptana way seems very easy and straight forward:
Create dynamic web project
add to server using "Add and Remove" function
done! access the page using a browser!
Umm should I try pure Java EE? I heard it might be easier because Aptana is "bloated and tries to be too many things while excelling at none"-Another form
Slightly off topic but, opinions? also I am assuming that git works well with Java EE like it does with Aptana.
Don't know if i get it wrong but you could try the following:
In Aptana Studio select Window->Show View->Servers
this should open the server-tab on the bottom, where the console resides.
Now you can add an external webserver by clicking the arrow left to the "add server"-button.
you should now be able to add the created custom-server as your projects deployment-server
http://screencast.com/t/pnqxrHu89 may be useful

Is there anyway for netbean users get connected to clearcase remote client server?

Just want to ask can netbean IDE get connected to clearcase remote client server which eclipse users can install a CCRC plugin to talk to that server? Thanks
I didn't find any CCRC plugging for netbean IDE.
So unless you use the CCRC API to somehow integrate the basic features (checkout, checking, lshistory, lsvtree,...) there doesn't seem to be a netbean-ready solution.