Any help [message #1866684] |
Wed, 05 June 2024 02:27  |
Eclipse User |
|
|
|
I am very new to Eclipse and I want to create an application that goes to a specific URL, extracts a required string, and displays it on the screen. What I need to know is how to define which part of the website should be stored as my string. For example, how do I specify that I want the third line down in the middle of the page? How can I tell the application which string to look for and store from a website? Any help is greatly appreciated.
|
|
|
|
Re: Any help [message #1869408 is a reply to message #1867158] |
Thu, 15 August 2024 18:28  |
Eclipse User |
|
|
|
In my current Eclipse version 2024-06, the method does not display the list of functions when I create an instance of the method in the Controller class. Yes, I have imported and autowired the service.
For example Students student = studentService.getById(sId);
The function getById() and others like updateStud(sId) etc are not displayed for me to choose from. Yes, I can navigate to the service and choose the functions, but that takes me away from the Controllers, so its not a show-stopper, just annoying.
Can anyone help me fix this please?
|
|
|
Powered by
FUDForum. Page generated in 0.30397 seconds