Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Q re Enterprise Java and Web Developers 2024-06(Which "project" is relevant?)
Q re Enterprise Java and Web Developers 2024-06 [message #1867365] Mon, 24 June 2024 04:05 Go to next message
Eclipse UserFriend
Hello,

When I start up Eclipse IDE for "Enterprise Java and Web Developers 2024-06", I get the page shown in the atttached screen shot. I have no idea what any of this means.

I want to create two programs: (1) a REST web service, and (2) a website that consumes this service. What sort of "project", according to your definitions, would I need to choose.

Thanks,

Dan Schwartz
Florida State University
Re: Q re Enterprise Java and Web Developers 2024-06 [message #1867389 is a reply to message #1867365] Mon, 24 June 2024 12:50 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4507
Registered: July 2009
Senior Member

If you intend to use Maven for your projects, you can go ahead and pick that since you probably understand where to go from there. Otherwise, Servlets
and web applications both generally use the Dynamic Web Project wizard. You'll want your server runtime on-hand so that you can compile your servlet
code against its libraries, just like you need a Java Runtime's standard library to compile your Java application against.

Everything but Dynamic Web Project refers to a type of artifact from the Java and Jakarta EE specifications. They're safe to ignore unless and until you
have a use for them.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Running program from Eclipse remotely on Raspberry pi
Next Topic:Eclipse 2024-06 can't be started on Windows 7
Goto Forum:
  


Current Time: Fri Feb 07 22:12:03 GMT 2025

Powered by FUDForum. Page generated in 0.07762 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top