Új hozzászólás Aktív témák
-
Taoharcos
aktív tag
válasz
Taoharcos
#3785
üzenetére
Ja valami kód is:
package com.corejsf;
public class User {
private String name;
private String password;
public User(String name, String password){
this.name = name;
this.password = password;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
}package com.corejsf;
import java.io.Serializable;
import java.util.*;
import javax.faces.bean.*;
@ManagedBean(name="userbean")
@SessionScoped
public class UserBean implements Serializable{
private String name;
private String password;
private String userListToString;
private static List userList = new ArrayList();
private User user;
public String addUser(){
user = new User(name, password);
userList.add(user);
userListToString = userList.toString();
if (userList.contains(user)){
return "thankYou";
}
else {
return "loginFail";
}
}
public String loginUser(){
user = new User(name, password);
userListToString = userList.toString();
if(userList.contains(user)){
return "thankYou";
}
else{
return "loginFail";
}
}
public String getUserListToString() {
return userListToString;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
}
Új hozzászólás Aktív témák
A topicot kiemeltem. Valaki nem akar egy nyitó hsz-t írni?:))
- Nvidia GPU-k jövője - amit tudni vélünk
- Okos Otthon / Smart Home
- Xiaomi smart home / Xiaomi okos otthon
- Renault, Dacia topik
- Motorola Edge 50 Neo - az egyensúly gyengesége
- sziku69: Szólánc.
- Motorolaj, hajtóműolaj, hűtőfolyadék, adalékok és szűrők topikja
- Építő/felújító topik
- Milyen processzort vegyek?
- HiFi műszaki szemmel - sztereó hangrendszerek
- További aktív témák...
- MSI katana 15 HX Intel Core i7-14650HX, NVIDIA GeForce RTX 5070, 16 GB DDR5, 512 GB ssd
- Lenovo Legion Pro 16ADR10 gamer laptop
- Nord Stage 3 patika állapotban első tulajdonostól (dohány mentes környezetből) jutányos áron eladó!
- ASRock B550 Steel Legend
- HyperX Fury 64GB KIT / DDR4-3200MHz-CL16 / 4x16GB
- TP Link HS100 Távolról vezérelhető Wi-Fi-s dugalj (Smart Plug)
- Apple iPhone 14 128GB,Kartyafuggetlen,Újszerű,Dobozaval,12 hónap garanciával
- Razer Blade 14 5900HX 16GB 1TB RTX 3070 8GB
- Eladó ÚJ Hoco HD Wi-Fi SIM Android A10 10.1"tablet / 24 hó jótállás
- Bomba ár! Dell Latitude 7410 - i7-10810U I 16GB I 256SSD I 14" FHD I HDMI I Cam I W11 I Garancia!
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest

