Questions tagged [web-project]
162 questions
-1
votes
4 answers
PHP - change used variable in for loop
I have the following problem:
I have some variables in my script.
Now I want to process them in a for loop, but don't know how I have to solve my little problem.
My idea was to change the number (in the name) of my variable each time.
This is my…

Fachinformatiker
- 160
- 1
- 17
-1
votes
2 answers
Can I make the index page of a web project as the login page or do I need to have a different page for login?
Is there any rule that I cannot use index page of my webproject as the login page for the users? Do I need to redirect it to another page? Is this anything like best practice?

Zeus07
- 168
- 1
- 5
- 17
-1
votes
1 answer
how to convert java CVS web project to maven based web project?
I would like to use maven as build/release management/manage the dependencies tool for our web application.
Our Web application project directory structure as below
-WebContext
------|src
--------|com.company
------|WEB-INF
------|pages
as per…

Dhorrairaajj
- 55
- 11
-1
votes
1 answer
Quickest POM settings to turn an existing Eclipse web project in a Maven-managed project?
I'm converting an existing Eclipse-based web project to a Maven-managed one.
Since the project has lots of dependencies, many of which are custom (they're either internally made or they've been taken from sources that have no public repository), is…

watery
- 5,026
- 9
- 52
- 92
-1
votes
1 answer
For a CMS which one is better?MVC or MVP?
I am working in a company that wants to make a CMS program.
I say that the UI layer should be written with MVC but they say that MVP is better.
I dont know which one is good for this project or any other.
What do you think?
And they want to use…

Hamid Reza
- 2,913
- 9
- 49
- 76
-2
votes
2 answers
Can we make our website fully responsive with CSS only?
Can we make our website fully responsive while using CSS, none of other thing should we use.

Nitish Kumar
- 1
- 2
-2
votes
1 answer
What is best way to connect React to Nodejs backend
Hey guys I recently finished learning React and Nodejs. The thing is I don't know how to connect the two to have a fullstack app. Can you guys help me with that please? What libraries are the best in which you've used.
user14416725
-2
votes
1 answer
Git vs SVN for small java based web project on eclipse
We are a team of 3 working on a small web project in eclipse using hibernate, spring mvc, mysql, tomcat. (We have a tight deadline to complete it. We have not much of experience in above. We know the basics.)
In our team, one person writes code for…

Dhawan Gupta
- 21
- 1
- 1
- 2
-3
votes
1 answer
How to integrate Angular and Java dynamic web project
I have 2 projects: one of them is an Angular frontend application, the other one, the backend, is a dynamic web project which is connected to a DB. The backend has some Java methods as well, and I want to use them in order to work with the input I…

Betelgeuse
- 27
- 1
- 6
-3
votes
1 answer
How to read & write in a properties file with javascript
I'm working in a JEE web project and i have a problem, i would like to read and write into a properties file which is located into WebContent/WEB-INF/classes folder and i need to do this with javascript, do you have an idea how to do that ?

ElPolloLoco
- 1
- 2
-4
votes
1 answer
Alloy and webpro
I am new in alloy and I have a task relating to Alloy.
I have to model a protocol in alloy and that protocol is a web protocol.
I have a sender,receiver and an intermediate entity.
I wrote signatures on these entities but I don't know how to run…

ANN
- 1
-5
votes
2 answers
How to create a dynamic web project in Eclipse Juno
How to create a dynamic web project in Eclipse Juno for Tomcat 6? There is no option for creating a dynamic project in File->New.

Ramu
- 9
- 1
- 1